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

References

tools/clang/include/clang/AST/ASTNodeTraverser.h
  115       for (const Stmt *SubStmt : S->children())
tools/clang/include/clang/AST/EvaluatedExprVisitor.h
  101     for (auto *SubStmt : S->children())
tools/clang/include/clang/AST/Stmt.h
 1181   const_child_iterator child_begin() const { return children().begin(); }
 1182   const_child_iterator child_end() const { return children().end(); }
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h
   36   for (const Stmt *Child : S->children())
tools/clang/lib/AST/Expr.cpp
 3616   for (const Stmt *SubStmt : children())
tools/clang/lib/AST/StmtProfile.cpp
  222   for (const Stmt *SubStmt : S->children()) {
tools/clang/lib/Analysis/CloneDetection.cpp
  259   for (const Stmt *Child : S->children()) {
  323     for (const Stmt *Child : S->children()) {
  454     for (const Stmt *S : Seq.front()->children()) {
  556   for (const Stmt *Child : S->children()) {
tools/clang/lib/CodeGen/CGDecl.cpp
  648   for (const Stmt *SubStmt : s->children())
 1590   for (const Stmt *SubStmt : S->children())
 1638   for (const Stmt *SubStmt : E->children())
tools/clang/lib/CodeGen/CGException.cpp
 1670     for (const Stmt *Child : S->children())
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 9575   for (const Stmt *II : S->children())
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  570     for (const Stmt *Child : E->children())
  578     for (const Stmt *Child : S->children())
tools/clang/lib/CodeGen/CodeGenFunction.cpp
 1272   for (const Stmt *SubStmt : S->children())
 1296   for (const Stmt *SubStmt : S->children())
 1319   for (const Stmt *SubStmt : S->children())
tools/clang/lib/CodeGen/CodeGenModule.cpp
 2601       for (const Stmt *Child : S->children())
tools/clang/lib/CodeGen/CodeGenPGO.cpp
  384     for (const Stmt *Child : S->children())
tools/clang/lib/CodeGen/CoverageMappingGen.cpp
  864     for (const Stmt *Child : S->children())
tools/clang/lib/CodeGen/VarBypassDetector.cpp
  104   for (const Stmt *SubStmt : S->children()) {
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
  136     for (const Stmt *SubStmt : E->children())
tools/clang/lib/Sema/SemaExceptionSpec.cpp
  975   for (const Stmt *SubStmt : E->children()) {
tools/clang/lib/Sema/SemaOpenMP.cpp
 2412     for (const Stmt *Child : S->children()) {
 5607     for (const Stmt *Child : S->children())
tools/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp
   79       for (const Stmt *Child : S->children())
tools/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
  166       for (const auto *Child : S->children()) {
tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
 1059       for (const Stmt *Child : S->children()) {
tools/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp
   67     for (const Stmt *Child : S->children())
tools/clang/lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp
   59   for (const Stmt *SubStmt : S->children())
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
  233   for (const Stmt *Child : Ex->children()) {
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  596   for (const Stmt *Child : S->children())
tools/clang/lib/StaticAnalyzer/Checkers/RunLoopAutoreleaseLeakChecker.cpp
   66   for (const Stmt *C : Parent->children()) {
tools/clang/lib/StaticAnalyzer/Checkers/UndefBranchChecker.cpp
   40       for (const Stmt *SubStmt : Ex->children())
tools/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
   42   for (const Stmt *Child : S->children())
tools/clang/lib/StaticAnalyzer/Core/CheckerHelpers.cpp
   29   for (const Stmt *Child : S->children())
   43   for (const Stmt *Child : S->children())
   59   for (const Stmt *Child : S->children())
   71   for (const Stmt *Child : S->children())
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 1481           for (auto Child : Ex->children()) {
tools/clang/tools/extra/clang-tidy/bugprone/InfiniteLoopCheck.cpp
   58   for (const Stmt *Child : S->children()) {
  125   for (const Stmt *Child : Cond->children()) {
  143   for (const Stmt *Child : Cond->children()) {
tools/clang/tools/extra/clang-tidy/bugprone/MultipleStatementMacroCheck.cpp
   32   for (const Stmt *Child : Parent->children()) {
tools/clang/tools/extra/clang-tidy/utils/ExceptionAnalyzer.cpp
  199     for (const Stmt *Child : St->children()) {
tools/clang/tools/libclang/CIndex.cpp
 2129   for (const Stmt *SubStmt : S->children()) {