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

References

tools/clang/include/clang/AST/DeclObjC.h
 2121     assert(hasDefinition() && "No definition available!");
 2133     if (!hasDefinition())
 2140     if (!hasDefinition())
 2154     if (!hasDefinition())
 2161     if (!hasDefinition())
 2168     if (!hasDefinition())
 2178     assert(hasDefinition() && "Protocol is not defined");
 2210     return hasDefinition()? Data.getPointer()->Definition : nullptr;
 2215     return hasDefinition()? Data.getPointer()->Definition : nullptr;
tools/clang/lib/CodeGen/CGObjCMac.cpp
 6913   assert(PD->hasDefinition() &&
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 5076   if (!objc_protocol_methods && PDecl->hasDefinition()) {
tools/clang/lib/Sema/SemaCodeComplete.cpp
 4430     if (Protocol->hasDefinition())
 6223     if (Protocol->hasDefinition()) {
 7079       if (!OnlyForwardDeclarations || !Proto->hasDefinition())
 7481     if (!Protocol->hasDefinition())
tools/clang/lib/Sema/SemaDeclObjC.cpp
 1196       if (!PDecl->hasDefinition())
 1276   if (!PDecl->hasDefinition() || PDecl->getDefinition()->isHidden()) {
 4235     if (!protocol->hasDefinition())
tools/clang/lib/Sema/SemaExprObjC.cpp
 1249   if (!PDecl->hasDefinition()) {
tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  719     bool isRedeclaration = D->hasDefinition() || D->getPreviousDecl();