Lines Matching refs:FromD
184 auto *FromD = FirstDeclMatcher<DeclTy>().match(FromTU, getPattern()); in TypedTest_PrototypeShouldBeImportedAsAPrototypeWhenThereIsNoDefinition() local
185 ASSERT_FALSE(FromD->isThisDeclarationADefinition()); in TypedTest_PrototypeShouldBeImportedAsAPrototypeWhenThereIsNoDefinition()
187 Decl *ImportedD = Import(FromD, Lang_CXX03); in TypedTest_PrototypeShouldBeImportedAsAPrototypeWhenThereIsNoDefinition()
201 auto *FromD = FirstDeclMatcher<DeclTy>().match(FromTU, getPattern()); in TypedTest_DefinitionShouldBeImportedAsADefinition() local
202 ASSERT_TRUE(FromD->isThisDeclarationADefinition()); in TypedTest_DefinitionShouldBeImportedAsADefinition()
204 Decl *ImportedD = Import(FromD, Lang_CXX03); in TypedTest_DefinitionShouldBeImportedAsADefinition()
378 auto *FromD = // Definition in TypedTest_WholeRedeclChainIsImportedAtOnce() local
380 ASSERT_TRUE(FromD->isThisDeclarationADefinition()); in TypedTest_WholeRedeclChainIsImportedAtOnce()
382 Decl *ImportedD = Import(FromD, Lang_CXX03); in TypedTest_WholeRedeclChainIsImportedAtOnce()
393 auto *FromD = FirstDeclMatcher<DeclTy>().match(FromTU, getPattern()); in TypedTest_ImportPrototypeThenProtoAndDefinition() local
394 Import(FromD, Lang_CXX03); in TypedTest_ImportPrototypeThenProtoAndDefinition()
399 auto *FromD = FirstDeclMatcher<DeclTy>().match(FromTU, getPattern()); in TypedTest_ImportPrototypeThenProtoAndDefinition() local
400 Import(FromD, Lang_CXX03); in TypedTest_ImportPrototypeThenProtoAndDefinition()