Lines Matching refs:isThisDeclarationADefinition

185     ASSERT_FALSE(FromD->isThisDeclarationADefinition());  in TypedTest_PrototypeShouldBeImportedAsAPrototypeWhenThereIsNoDefinition()
193 EXPECT_FALSE(ToD->isThisDeclarationADefinition()); in TypedTest_PrototypeShouldBeImportedAsAPrototypeWhenThereIsNoDefinition()
202 ASSERT_TRUE(FromD->isThisDeclarationADefinition()); in TypedTest_DefinitionShouldBeImportedAsADefinition()
209 EXPECT_TRUE(ToD->isThisDeclarationADefinition()); in TypedTest_DefinitionShouldBeImportedAsADefinition()
219 ASSERT_FALSE(From0->isThisDeclarationADefinition()); in TypedTest_ImportPrototypeAfterImportedPrototype()
220 ASSERT_FALSE(From1->isThisDeclarationADefinition()); in TypedTest_ImportPrototypeAfterImportedPrototype()
231 EXPECT_FALSE(To0->isThisDeclarationADefinition()); in TypedTest_ImportPrototypeAfterImportedPrototype()
232 EXPECT_FALSE(To1->isThisDeclarationADefinition()); in TypedTest_ImportPrototypeAfterImportedPrototype()
241 ASSERT_FALSE(FromProto->isThisDeclarationADefinition()); in TypedTest_ImportDefinitionAfterImportedPrototype()
242 ASSERT_TRUE(FromDef->isThisDeclarationADefinition()); in TypedTest_ImportDefinitionAfterImportedPrototype()
253 EXPECT_FALSE(ToProto->isThisDeclarationADefinition()); in TypedTest_ImportDefinitionAfterImportedPrototype()
254 EXPECT_TRUE(ToDef->isThisDeclarationADefinition()); in TypedTest_ImportDefinitionAfterImportedPrototype()
263 ASSERT_TRUE(FromDef->isThisDeclarationADefinition()); in TypedTest_ImportPrototypeAfterImportedDefinition()
264 ASSERT_FALSE(FromProto->isThisDeclarationADefinition()); in TypedTest_ImportPrototypeAfterImportedDefinition()
275 EXPECT_TRUE(ToDef->isThisDeclarationADefinition()); in TypedTest_ImportPrototypeAfterImportedDefinition()
276 EXPECT_FALSE(ToProto->isThisDeclarationADefinition()); in TypedTest_ImportPrototypeAfterImportedDefinition()
286 ASSERT_FALSE(From0->isThisDeclarationADefinition()); in TypedTest_ImportPrototypes()
287 ASSERT_FALSE(From1->isThisDeclarationADefinition()); in TypedTest_ImportPrototypes()
298 EXPECT_FALSE(To0->isThisDeclarationADefinition()); in TypedTest_ImportPrototypes()
299 EXPECT_FALSE(To1->isThisDeclarationADefinition()); in TypedTest_ImportPrototypes()
309 ASSERT_TRUE(From0->isThisDeclarationADefinition()); in TypedTest_ImportDefinitions()
310 ASSERT_TRUE(From1->isThisDeclarationADefinition()); in TypedTest_ImportDefinitions()
320 EXPECT_TRUE(To0->isThisDeclarationADefinition()); in TypedTest_ImportDefinitions()
332 ASSERT_TRUE(FromDef->isThisDeclarationADefinition()); in TypedTest_ImportDefinitionThenPrototype()
333 ASSERT_FALSE(FromProto->isThisDeclarationADefinition()); in TypedTest_ImportDefinitionThenPrototype()
345 EXPECT_TRUE(ToDef->isThisDeclarationADefinition()); in TypedTest_ImportDefinitionThenPrototype()
346 EXPECT_FALSE(ToProto->isThisDeclarationADefinition()); in TypedTest_ImportDefinitionThenPrototype()
357 ASSERT_TRUE(FromDef->isThisDeclarationADefinition()); in TypedTest_ImportPrototypeThenDefinition()
358 ASSERT_FALSE(FromProto->isThisDeclarationADefinition()); in TypedTest_ImportPrototypeThenDefinition()
370 EXPECT_TRUE(ToDef->isThisDeclarationADefinition()); in TypedTest_ImportPrototypeThenDefinition()
371 EXPECT_FALSE(ToProto->isThisDeclarationADefinition()); in TypedTest_ImportPrototypeThenDefinition()
380 ASSERT_TRUE(FromD->isThisDeclarationADefinition()); in TypedTest_WholeRedeclChainIsImportedAtOnce()
387 EXPECT_TRUE(cast<DeclTy>(ImportedD)->isThisDeclarationADefinition()); in TypedTest_WholeRedeclChainIsImportedAtOnce()
407 EXPECT_FALSE(ProtoD->isThisDeclarationADefinition()); in TypedTest_ImportPrototypeThenProtoAndDefinition()
410 EXPECT_TRUE(DefinitionD->isThisDeclarationADefinition()); in TypedTest_ImportPrototypeThenProtoAndDefinition()
414 DefinitionD->getPreviousDecl()->isThisDeclarationADefinition()); in TypedTest_ImportPrototypeThenProtoAndDefinition()