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

Overrides

tools/clang/include/clang/AST/DeclBase.h
  992   virtual bool hasBody() const { return getBody() != nullptr; }

References

tools/clang/include/clang/AST/ASTNodeTraverser.h
  557     if (D->hasBody())
tools/clang/include/clang/AST/DeclObjC.h
  514   bool isThisDeclarationADefinition() const { return hasBody(); }
tools/clang/lib/ARCMigrate/ObjCMT.cpp
 1636   if (MethodDecl->hasBody() || MethodDecl->isImplicit())
tools/clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp
  207       if (!MD->hasBody())
tools/clang/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp
  103     if (!D->hasBody())
tools/clang/lib/ARCMigrate/Transforms.cpp
  529       if (!MD->hasBody())
tools/clang/lib/AST/DeclPrinter.cpp
  445     else if (isa<ObjCMethodDecl>(*D) && cast<ObjCMethodDecl>(*D)->hasBody())
tools/clang/lib/Sema/SemaDeclAttr.cpp
 7771     if (MD->hasBody())
tools/clang/lib/Serialization/ASTReader.cpp
10051     if (!getContext().getLangOpts().Modules || !MD->hasBody())
tools/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
  434     if (D && D->hasBody()) {
  486     if (D && D->hasBody()) {
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
 1162   if (!MD->hasBody()) {