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

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2644     TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getBody());
tools/clang/include/clang/AST/StmtCXX.h
  422     return getBody() ? getBody()->getBeginLoc()
  422     return getBody() ? getBody()->getBeginLoc()
  426     return getBody() ? getBody()->getEndLoc() : getPromiseDecl()->getEndLoc();
  426     return getBody() ? getBody()->getEndLoc() : getPromiseDecl()->getEndLoc();
tools/clang/lib/AST/StmtPrinter.cpp
 2263   Visit(S->getBody());
tools/clang/lib/Analysis/AnalysisDeclContext.cpp
   98       Body = CoroBody->getBody();
tools/clang/lib/CodeGen/CGCoroutine.cpp
  659           CXXTryStmt::Create(getContext(), Loc, S.getBody(), &Catch);
  669       emitBodyAndFallthrough(*this, S, S.getBody());
tools/clang/lib/Sema/TreeTransform.h
 7215   StmtResult BodyRes = getDerived().TransformStmt(S->getBody());