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

References

tools/clang/lib/AST/ExprConstant.cpp
 4631     for (const auto *BI : CS->body()) {
tools/clang/lib/AST/Interp/ByteCodeStmtGen.cpp
  139   for (auto *InnerStmt : CompoundStmt->body())
tools/clang/lib/CodeGen/CGClass.cpp
 1544   for (auto *I : RootCS->body())
tools/clang/lib/CodeGen/CGDecl.cpp
 1616     for (const auto *BI : CS->body())
tools/clang/lib/CodeGen/CGObjC.cpp
 3457   for (const auto *I : S.body())
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 6553     for (const Stmt *S : C->body()) {
tools/clang/lib/CodeGen/CGStmt.cpp
  401   for (auto *CurStmt : S.body()) {
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4097     for (const Stmt *C : Compound->body()) {
tools/clang/tools/extra/clang-tidy/bugprone/BranchCloneCheck.cpp
  176     for (const Stmt *S : Body->body()) {
tools/clang/tools/extra/clang-tidy/utils/ExprSequence.cpp
  122       for (const auto *Child : Compound->body()) {
tools/clang/tools/libclang/CIndex.cpp
 2474   for (auto &I : llvm::reverse(S->body()))
 3959   for (auto *bodyIterator : CS->body()) {