Home
last modified time | relevance | path

Searched refs:FDWithDefinition (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/unittests/CrossTU/
DCrossTranslationUnitTest.cpp105 const FunctionDecl *FDWithDefinition = FindFInTU(OrigTU); in HandleTranslationUnit() local
106 EXPECT_TRUE(FDWithDefinition); in HandleTranslationUnit()
107 if (FDWithDefinition) { in HandleTranslationUnit()
108 EXPECT_EQ(FDWithDefinition->getName(), "f"); in HandleTranslationUnit()
109 EXPECT_TRUE(FDWithDefinition->isThisDeclarationADefinition()); in HandleTranslationUnit()
110 EXPECT_EQ(OrigSLoc, FDWithDefinition->getLocation()); in HandleTranslationUnit()