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

Declarations

tools/clang/include/clang/AST/Decl.h
 1982   bool hasBody(const FunctionDecl *&Definition) const;

References

tools/clang/include/clang/AST/Decl.h
 1986     return hasBody(Definition);
tools/clang/lib/AST/ASTImporter.cpp
  295           FoundFunction->hasBody(Definition))
tools/clang/lib/AST/Decl.cpp
  555     FD->hasBody(Def) && Def->isInlined() && !Def->hasAttr<GNUInlineAttr>();
 2850   if (!hasBody(Definition))
 3281     if (hasBody(Definition) && Definition->isInlined() &&
 3522     HasPattern = PatternDecl->hasBody(PatternDecl);
 3781     if (FD->hasBody(Definition))
 3789     if (FunTmpl->getTemplatedDecl()->hasBody(Definition))
tools/clang/lib/AST/DeclBase.cpp
  901     if (FD->hasBody(Definition))
tools/clang/lib/AST/RecordLayoutBuilder.cpp
 2123       if (MD->hasBody(Def) && Def->isInlineSpecified())
tools/clang/lib/Analysis/AnalysisDeclContext.cpp
  299     FD->hasBody(FD);
tools/clang/lib/CodeGen/CGVTables.cpp
  837     if (keyFunction->hasBody(def))
tools/clang/lib/CodeGen/CodeGenFunction.cpp
 1172     if (SpecDecl->hasBody(SpecDecl))
tools/clang/lib/CodeGen/ModuleBuilder.cpp
  116         if (FD->hasBody(FD))
tools/clang/lib/CrossTU/CrossTranslationUnit.cpp
  180   return D->hasBody(DefD);
tools/clang/lib/Sema/Sema.cpp
  595     if (FD->hasBody(DeclToCheck))
 1151         if (!FD->hasBody(DiagD))
tools/clang/lib/Sema/SemaDeclCXX.cpp
15729       if (!KeyFunction || (KeyFunction->hasBody(KeyFunctionDef) &&
15856     (void)Target->hasBody(FNTarget);
15889         (void)C->getTargetConstructor()->hasBody(FNTarget);
tools/clang/lib/Sema/SemaExpr.cpp
 5960       if (FDecl->hasBody(Def) && Args.size() != Def->param_size()) {
tools/clang/lib/Serialization/ASTReader.cpp
10027       if (!getContext().getLangOpts().Modules || !FD->hasBody(Defn)) {
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  773   if (!Result->hasBody(Definition)) {