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

References

tools/clang/lib/ARCMigrate/Transforms.cpp
  281     mark(S->getBody());
tools/clang/lib/AST/ASTImporter.cpp
 5920       S->getBody(), S->getForLoc(), S->getLParenLoc(), S->getRParenLoc());
tools/clang/lib/AST/StmtPrinter.cpp
  335   PrintControlledStmt(Node->getBody());
tools/clang/lib/Analysis/CFG.cpp
 3322     assert(F->getBody());
 3358     if (!isa<CompoundStmt>(F->getBody()))
 3359       addLocalScopeAndDtors(F->getBody());
 3363     BodyBlock = addStmt(F->getBody());
tools/clang/lib/Sema/SemaOpenMP.cpp
 6585   assert(((For && For->getBody()) || (CXXFor && CXXFor->getBody())) &&
 6954       CurStmt = For->getBody();
 6981       CurStmt = For->getBody();
tools/clang/lib/Sema/TreeTransform.h
 6976   StmtResult Body = getDerived().TransformStmt(S->getBody());
 6984       Body.get() == S->getBody())
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  215   Record.AddStmt(S->getBody());
tools/clang/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp
  249       return this->Visit(S->getBody());