Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/AST/
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
DASTImporterTest.cpp3513 auto ToDef = LastDeclMatcher<RecordDecl>().match(ToTU, Pattern); in TEST_P() local
3531 auto ToDef = LastDeclMatcher<RecordDecl>().match(ToTU, Pattern); in TEST_P() local
3553 auto ToDef = LastDeclMatcher<RecordDecl>().match(ToTU, Pattern); in TEST_P() local
4742 auto *ToDef = cast_or_null<CXXRecordDecl>(Import(FromDef, Lang_CXX03)); in TEST_P() local