Searched defs:ToDef (Results 1 – 2 of 2) sorted by relevance
271 auto *ToDef = LastDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportDefinitionAfterImportedPrototype() local292 auto *ToDef = FirstDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportPrototypeAfterImportedDefinition() local362 auto *ToDef = FirstDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportDefinitionThenPrototype() local388 auto *ToDef = LastDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportPrototypeThenDefinition() local
4085 auto ToDef = LastDeclMatcher<RecordDecl>().match(ToTU, Pattern); TEST_P() local 4103 auto ToDef = LastDeclMatcher<RecordDecl>().match(ToTU, Pattern); TEST_P() local 4125 auto ToDef = LastDeclMatcher<RecordDecl>().match(ToTU, Pattern); TEST_P() local 6115 auto *ToDef = cast_or_null<CXXRecordDecl>(Import(FromDef, Lang_CXX03)); TEST_P() local [all...]