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

References

tools/clang/include/clang/AST/DeclObjC.h
 1341     assert(hasDefinition() && "Caller did not check for forward reference!");
 1371     if (!hasDefinition())
 1382     if (!hasDefinition())
 1400     if (!hasDefinition())
 1411     if (!hasDefinition())
 1430     if (!hasDefinition())
 1443     if (!hasDefinition())
 1549     return hasDefinition()? Data.getPointer()->Definition : nullptr;
 1556     return hasDefinition()? Data.getPointer()->Definition : nullptr;
 1574     if (!hasDefinition())
 1785     if (!hasDefinition())
 1878     if (!hasDefinition())
 1893     return hasDefinition() ? data().Definition->isImplicit() : isImplicit();
tools/clang/lib/ARCMigrate/Transforms.cpp
   57     if (!AllowOnUnknownClass && !Class->hasDefinition())
tools/clang/lib/AST/ASTContext.cpp
 4775   if (!IDecl->hasDefinition())
tools/clang/lib/AST/DeclObjC.cpp
  339   if (!hasDefinition())
  372   if (!hasDefinition())
  566   if (!HasCompleteDef && getCanonicalDecl()->hasDefinition() &&
  601   assert(!hasDefinition() && "ObjC class already has a definition");
  623   if (!hasDefinition())
  654   if (!hasDefinition())
  689   if (!hasDefinition())
  743   if (!hasDefinition())
 1509   assert(hasDefinition() &&
 1593   if (!hasDefinition())
 1665   if (!hasDefinition())
 1705   if (!hasDefinition())
 2002     if (IDecl->hasDefinition()) {
 2050   if (ClassInterface && ClassInterface->hasDefinition())
 2156   if (ClassInterface && ClassInterface->hasDefinition())
tools/clang/lib/AST/Type.cpp
 2179     return !Interface->hasDefinition();
tools/clang/lib/Analysis/CocoaConventions.cpp
   87   if (!ID->hasDefinition())
tools/clang/lib/Sema/SemaCodeComplete.cpp
 4423     if (Interface->hasDefinition())
 6234   if (!IFace || !IFace->hasDefinition())
 7143       if ((!OnlyForwardDeclarations || !Class->hasDefinition()) &&
 7435     if (!IFace->hasDefinition())
tools/clang/lib/Sema/SemaDeclObjC.cpp
   64     if (!resultClass->hasDefinition()) {
 1074   if (!IDecl->hasDefinition())
 1900   if (IDecl && IDecl->hasDefinition()) {
 2009       if (SDecl && !SDecl->hasDefinition())
 2050     if (!IDecl->hasDefinition())
 4267     if (!iface->hasDefinition())
tools/clang/lib/Sema/SemaExpr.cpp
14825       PDecl && IFace && !IFace->hasDefinition())
tools/clang/lib/Sema/SemaExprObjC.cpp
  204   } else if (!Decl->hasDefinition() && !S.getLangOpts().DebuggerObjCLiteral) {
tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  664     bool isRedeclaration = D->hasDefinition() || D->getPreviousDecl();
tools/lldb/source/Symbol/ClangASTImporter.cpp
 1029       if (!to_objc_interface->hasDefinition())
 1185             (to_interface_decl->hasDefinition() ? " HasDefinition" : ""));