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

References

tools/clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp
  125     if (!S->getBody())
  127     return Visit(S->getBody());
tools/clang/lib/ARCMigrate/Transforms.cpp
  274     mark(S->getBody());
tools/clang/lib/AST/ASTImporter.cpp
 5903       S->getBody(), S->getCond(), S->getDoLoc(), S->getWhileLoc(),
tools/clang/lib/AST/StmtPrinter.cpp
  307   if (auto *CS = dyn_cast<CompoundStmt>(Node->getBody())) {
  312     PrintStmt(Node->getBody());
tools/clang/lib/Analysis/CFG.cpp
 3879     assert(D->getBody());
 3897     if (!isa<CompoundStmt>(D->getBody()))
 3898       addLocalScopeAndDtors(D->getBody());
 3901     BodyBlock = addStmt(D->getBody());
tools/clang/lib/Sema/TreeTransform.h
 6924   StmtResult Body = getDerived().TransformStmt(S->getBody());
 6935       Body.get() == S->getBody())
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  202   Record.AddStmt(S->getBody());
tools/clang/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp
  252       return this->Visit(S->getBody());