Home
last modified time | relevance | path

Searched refs:From0 (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp217 auto *From0 = FirstDeclMatcher<DeclTy>().match(FromTU, getPattern()); in TypedTest_ImportPrototypeAfterImportedPrototype() local
219 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() local
286 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() local
309 ASSERT_TRUE(From0->isThisDeclarationADefinition()); in TypedTest_ImportDefinitions()
312 Decl *Imported0 = Import(From0, Lang_CXX03); in TypedTest_ImportDefinitions()
H A DASTImporterTest.cpp1859 auto *From0 = getRecordDecl(Obj0); in TEST_P() local
1864 auto *To0 = Import(From0, Lang_CXX03); in TEST_P()
2316 auto *From0 = FirstDeclMatcher<VarDecl>().match(FromTu, Pattern); in TEST_P() local
2319 auto *To0 = Import(From0, Lang_C99); in TEST_P()