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

References

tools/clang/include/clang/AST/Decl.h
 4036   CompoundStmt *getCompoundBody() const { return (CompoundStmt*) Body; }
 4037   Stmt *getBody() const override { return (Stmt*) Body; }
 4038   void setBody(CompoundStmt *B) { Body = (Stmt*) B; }
tools/clang/lib/AST/Decl.cpp
 4501   return SourceRange(getLocation(), Body ? Body->getEndLoc() : getLocation());
 4501   return SourceRange(getLocation(), Body ? Body->getEndLoc() : getLocation());