Home
last modified time | relevance | path

Searched defs:ToDef (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp250 auto *ToDef = LastDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportDefinitionAfterImportedPrototype() local
271 auto *ToDef = FirstDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportPrototypeAfterImportedDefinition() local
341 auto *ToDef = FirstDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportDefinitionThenPrototype() local
367 auto *ToDef = LastDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportPrototypeThenDefinition() local
H A DASTImporterTest.cpp3861 auto ToDef = LastDeclMatcher<RecordDecl>().match(ToTU, Pattern); in TEST_P() local
3879 auto ToDef = LastDeclMatcher<RecordDecl>().match(ToTU, Pattern); in TEST_P() local
3901 auto ToDef = LastDeclMatcher<RecordDecl>().match(ToTU, Pattern); in TEST_P() local
5384 auto *ToDef = cast_or_null<CXXRecordDecl>(Import(FromDef, Lang_CXX03)); in TEST_P() local