Lines Matching refs:FromDef
240 auto *FromDef = LastDeclMatcher<DeclTy>().match(FromTU, getPattern()); in TypedTest_ImportDefinitionAfterImportedPrototype() local
242 ASSERT_TRUE(FromDef->isThisDeclarationADefinition()); in TypedTest_ImportDefinitionAfterImportedPrototype()
245 Decl *ImportedDef = Import(FromDef, Lang_CXX03); in TypedTest_ImportDefinitionAfterImportedPrototype()
261 auto *FromDef = FirstDeclMatcher<DeclTy>().match(FromTU, getPattern()); in TypedTest_ImportPrototypeAfterImportedDefinition() local
263 ASSERT_TRUE(FromDef->isThisDeclarationADefinition()); in TypedTest_ImportPrototypeAfterImportedDefinition()
266 Decl *ImportedDef = Import(FromDef, Lang_CXX03); in TypedTest_ImportPrototypeAfterImportedDefinition()
329 auto *FromDef = FirstDeclMatcher<DeclTy>().match(FromTUDef, getPattern()); in TypedTest_ImportDefinitionThenPrototype() local
332 ASSERT_TRUE(FromDef->isThisDeclarationADefinition()); in TypedTest_ImportDefinitionThenPrototype()
335 Decl *ImportedDef = Import(FromDef, Lang_CXX03); in TypedTest_ImportDefinitionThenPrototype()
356 auto *FromDef = FirstDeclMatcher<DeclTy>().match(FromTUDef, getPattern()); in TypedTest_ImportPrototypeThenDefinition() local
357 ASSERT_TRUE(FromDef->isThisDeclarationADefinition()); in TypedTest_ImportPrototypeThenDefinition()
361 Decl *ImportedDef = Import(FromDef, Lang_CXX03); in TypedTest_ImportPrototypeThenDefinition()