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

References

tools/clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp
  115     if (!S->getBody())
  117     return Visit(S->getBody());
tools/clang/lib/ARCMigrate/Transforms.cpp
  269     mark(S->getBody());
tools/clang/lib/AST/ASTImporter.cpp
 5887       S->getConditionVariable(), S->getCond(), S->getBody(), S->getWhileLoc());
tools/clang/lib/AST/StmtPrinter.cpp
  302   PrintStmt(Node->getBody());
tools/clang/lib/Analysis/CFG.cpp
 3677     assert(W->getBody());
 3698     if (!isa<CompoundStmt>(W->getBody()))
 3699       addLocalScopeAndDtors(W->getBody());
 3702     BodyBlock = addStmt(W->getBody());
tools/clang/lib/Sema/TreeTransform.h
 6908   StmtResult Body = getDerived().TransformStmt(S->getBody());
 6914       Body.get() == S->getBody())
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  191   Record.AddStmt(S->getBody());
tools/clang/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp
  246       return this->Visit(S->getBody());