Searched refs:From0 (Results 1 – 2 of 2) sorted by relevance
217 auto *From0 = FirstDeclMatcher<DeclTy>().match(FromTU, getPattern()); in TypedTest_ImportPrototypeAfterImportedPrototype() local219 ASSERT_FALSE(From0->isThisDeclarationADefinition()); in TypedTest_ImportPrototypeAfterImportedPrototype()222 Decl *Imported0 = Import(From0, Lang_CXX03); in TypedTest_ImportPrototypeAfterImportedPrototype()284 auto *From0 = FirstDeclMatcher<DeclTy>().match(FromTU0, getPattern()); in TypedTest_ImportPrototypes() local286 ASSERT_FALSE(From0->isThisDeclarationADefinition()); in TypedTest_ImportPrototypes()289 Decl *Imported0 = Import(From0, Lang_CXX03); in TypedTest_ImportPrototypes()307 auto *From0 = FirstDeclMatcher<DeclTy>().match(FromTU0, getPattern()); in TypedTest_ImportDefinitions() local309 ASSERT_TRUE(From0->isThisDeclarationADefinition()); in TypedTest_ImportDefinitions()312 Decl *Imported0 = Import(From0, Lang_CXX03); in TypedTest_ImportDefinitions()
1859 auto *From0 = getRecordDecl(Obj0); in TEST_P() local1864 auto *To0 = Import(From0, Lang_CXX03); in TEST_P()2316 auto *From0 = FirstDeclMatcher<VarDecl>().match(FromTu, Pattern); in TEST_P() local2319 auto *To0 = Import(From0, Lang_C99); in TEST_P()