Lines Matching refs:To0
227 auto *To0 = FirstDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportPrototypeAfterImportedPrototype() local
229 EXPECT_TRUE(Imported0 == To0); in TypedTest_ImportPrototypeAfterImportedPrototype()
231 EXPECT_FALSE(To0->isThisDeclarationADefinition()); in TypedTest_ImportPrototypeAfterImportedPrototype()
234 CheckPreviousDecl(To0, To1); in TypedTest_ImportPrototypeAfterImportedPrototype()
294 auto *To0 = FirstDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportPrototypes() local
296 EXPECT_TRUE(Imported0 == To0); in TypedTest_ImportPrototypes()
298 EXPECT_FALSE(To0->isThisDeclarationADefinition()); in TypedTest_ImportPrototypes()
301 CheckPreviousDecl(To0, To1); in TypedTest_ImportPrototypes()
318 auto *To0 = FirstDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportDefinitions() local
319 EXPECT_TRUE(Imported0 == To0); in TypedTest_ImportDefinitions()
320 EXPECT_TRUE(To0->isThisDeclarationADefinition()); in TypedTest_ImportDefinitions()
321 if (auto *ToT0 = dyn_cast<TemplateDecl>(To0)) { in TypedTest_ImportDefinitions()