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

References

tools/clang/include/clang/AST/Stmt.h
 1413     for (auto *B : llvm::reverse(body())) {
tools/clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp
   90     for (auto *I : S->body())
  165     for (auto *I : S->body())
  186   for (auto *I : body->body())
tools/clang/lib/ARCMigrate/Transforms.cpp
  257     for (auto *I : S->body())
tools/clang/lib/AST/ASTImporter.cpp
 5751   if (Error Err = ImportContainerChecked(S->body(), ToStmts))
tools/clang/lib/AST/StmtPrinter.cpp
  180   for (auto *I : Node->body())
tools/clang/lib/Analysis/CFG.cpp
 1946     for (auto *BI : CS->body()) {
tools/clang/lib/Sema/SemaDeclCXX.cpp
 2001     for (auto *BodyIt : CompStmt->body()) {
tools/clang/lib/Sema/TreeTransform.h
 6662   for (auto *B : S->body()) {
tools/clang/lib/Serialization/ASTWriterStmt.cpp
   83   for (auto *CS : S->body())