Lines Matching refs:ImportedDef
245 Decl *ImportedDef = Import(FromDef, Lang_CXX03); in TypedTest_ImportDefinitionAfterImportedPrototype() local
252 EXPECT_TRUE(ImportedDef == ToDef); in TypedTest_ImportDefinitionAfterImportedPrototype()
266 Decl *ImportedDef = Import(FromDef, Lang_CXX03); in TypedTest_ImportPrototypeAfterImportedDefinition() local
268 Decl *ToTU = ImportedDef->getTranslationUnitDecl(); in TypedTest_ImportPrototypeAfterImportedDefinition()
273 EXPECT_TRUE(ImportedDef == ToDef); in TypedTest_ImportPrototypeAfterImportedDefinition()
335 Decl *ImportedDef = Import(FromDef, Lang_CXX03); in TypedTest_ImportDefinitionThenPrototype() local
337 Decl *ToTU = ImportedDef->getTranslationUnitDecl(); in TypedTest_ImportDefinitionThenPrototype()
339 EXPECT_NE(ImportedDef, ImportedProto); in TypedTest_ImportDefinitionThenPrototype()
343 EXPECT_TRUE(ImportedDef == ToDef); in TypedTest_ImportDefinitionThenPrototype()
361 Decl *ImportedDef = Import(FromDef, Lang_CXX03); in TypedTest_ImportPrototypeThenDefinition() local
362 Decl *ToTU = ImportedDef->getTranslationUnitDecl(); in TypedTest_ImportPrototypeThenDefinition()
364 EXPECT_NE(ImportedDef, ImportedProto); in TypedTest_ImportPrototypeThenDefinition()
368 EXPECT_TRUE(ImportedDef == ToDef); in TypedTest_ImportPrototypeThenDefinition()