Searched defs:ToDef (Results 1 – 2 of 2) sorted by relevance
250 auto *ToDef = LastDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportDefinitionAfterImportedPrototype() local271 auto *ToDef = FirstDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportPrototypeAfterImportedDefinition() local341 auto *ToDef = FirstDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportDefinitionThenPrototype() local367 auto *ToDef = LastDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportPrototypeThenDefinition() local
3861 auto ToDef = LastDeclMatcher<RecordDecl>().match(ToTU, Pattern); in TEST_P() local3879 auto ToDef = LastDeclMatcher<RecordDecl>().match(ToTU, Pattern); in TEST_P() local3901 auto ToDef = LastDeclMatcher<RecordDecl>().match(ToTU, Pattern); in TEST_P() local5384 auto *ToDef = cast_or_null<CXXRecordDecl>(Import(FromDef, Lang_CXX03)); in TEST_P() local