reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/unittests/CrossTU/CrossTranslationUnitTest.cpp
  100           EXPECT_TRUE(FDWithDefinition);
  101           if (FDWithDefinition) {
  102             EXPECT_EQ(FDWithDefinition->getName(), "f");
  103             EXPECT_TRUE(FDWithDefinition->isThisDeclarationADefinition());
  104             EXPECT_EQ(OrigSLoc, FDWithDefinition->getLocation());