Searched refs:ToDef (Results 1 – 2 of 2) sorted by relevance
252 EXPECT_TRUE(ImportedDef == ToDef); in TypedTest_ImportDefinitionAfterImportedPrototype()254 EXPECT_TRUE(ToDef->isThisDeclarationADefinition()); in TypedTest_ImportDefinitionAfterImportedPrototype()256 CheckPreviousDecl(ToProto, ToDef); in TypedTest_ImportDefinitionAfterImportedPrototype()273 EXPECT_TRUE(ImportedDef == ToDef); in TypedTest_ImportPrototypeAfterImportedDefinition()275 EXPECT_TRUE(ToDef->isThisDeclarationADefinition()); in TypedTest_ImportPrototypeAfterImportedDefinition()278 CheckPreviousDecl(ToDef, ToProto); in TypedTest_ImportPrototypeAfterImportedDefinition()343 EXPECT_TRUE(ImportedDef == ToDef); in TypedTest_ImportDefinitionThenPrototype()345 EXPECT_TRUE(ToDef->isThisDeclarationADefinition()); in TypedTest_ImportDefinitionThenPrototype()348 CheckPreviousDecl(ToDef, ToProto); in TypedTest_ImportDefinitionThenPrototype()368 EXPECT_TRUE(ImportedDef == ToDef); in TypedTest_ImportPrototypeThenDefinition()[all …]
3862 EXPECT_TRUE(ImportedDef == ToDef); in TEST_P()3863 EXPECT_TRUE(ToDef->isThisDeclarationADefinition()); in TEST_P()3865 EXPECT_EQ(ToDef->getPreviousDecl(), ToProto); in TEST_P()3880 EXPECT_TRUE(ImportedDef == ToDef); in TEST_P()3881 EXPECT_TRUE(ToDef->isThisDeclarationADefinition()); in TEST_P()3883 EXPECT_EQ(ToDef->getPreviousDecl(), ToProto); in TEST_P()3902 EXPECT_TRUE(ImportedDef == ToDef); in TEST_P()3904 EXPECT_TRUE(ToDef->isThisDeclarationADefinition()); in TEST_P()3906 EXPECT_EQ(ToDef->getPreviousDecl(), ToProto); in TEST_P()5386 EXPECT_NE(ToFwd, ToDef); in TEST_P()[all …]