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

References

tools/clang/lib/Analysis/CFG.cpp
 5423         Helper.handledStmt(*SE->getSubStmt()->body_rbegin(),OS);
tools/clang/lib/CodeGen/CodeGenFunction.cpp
  595     auto LastStmt = CS->body_rbegin();
tools/clang/lib/Sema/SemaDeclAttr.cpp
 8183     for (auto I = Scope->body_rbegin(), E = Scope->body_rend(); I != E; ++I) {
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 1801               dyn_cast<Expr>(*SE->getSubStmt()->body_rbegin())) {
tools/clang/tools/extra/clang-tidy/readability/RedundantControlFlowCheck.cpp
   58   CompoundStmt::const_reverse_body_iterator last = Block->body_rbegin();
   66   CompoundStmt::const_reverse_body_iterator last = Block->body_rbegin();
   79   CompoundStmt::const_reverse_body_iterator Previous = ++Block->body_rbegin();