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

References

include/llvm/Support/GraphWriter.h
   89     for (unsigned i = 0; EI != EE && i != 64; ++EI, ++i) {
  230     for (unsigned i = 0; EI != EE && i != 64; ++EI, ++i)
  233     for (; EI != EE; ++EI)
tools/clang/include/clang/AST/ASTNodeTraverser.h
  115       for (const Stmt *SubStmt : S->children())
  178       for (const auto *S : C->children())
tools/clang/include/clang/AST/EvaluatedExprVisitor.h
  101     for (auto *SubStmt : S->children())
tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2315     for (Stmt *SubStmt : S->children()) {
tools/clang/include/clang/AST/StmtIterator.h
  103     operator++();
tools/clang/include/clang/AST/StmtOpenMP.h
  127       ++ChildI;
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h
   36   for (const Stmt *Child : S->children())
tools/clang/lib/ARCMigrate/ObjCMT.cpp
  359     for (Stmt *SubStmt : E->children())
tools/clang/lib/ARCMigrate/TransAutoreleasePool.cpp
  129           ++retI;
  167            I = S->body_begin(), E = S->body_end(); I != E; ++I) {
  237       ++rangeS;
  241       for (Stmt::child_iterator I = rangeS; I != End; ++I)
  242         ++rangeE;
  302       ++SI;
  311             ++SI; // the return will be included in scope, don't check it.
  314       for (; SI != SE; ++SI) {
  341       ++I;
  342       for (; I != scope.End; ++I)
tools/clang/lib/ARCMigrate/TransRetainReleaseDealloc.cpp
  264     for (; currChildS != childE; ++currChildS) {
  278     ++currChildS;
tools/clang/lib/AST/Expr.cpp
 3616   for (const Stmt *SubStmt : children())
tools/clang/lib/AST/ParentMap.cpp
   41       for (Stmt *SubStmt : S->children())
   87     for (Stmt *SubStmt : S->children()) {
   99     for (Stmt *SubStmt : S->children()) {
tools/clang/lib/AST/StmtPrinter.cpp
 2305   for (auto I = Ch.begin(), E = Ch.end(); I != E; ++I) {
tools/clang/lib/AST/StmtProfile.cpp
  222   for (const Stmt *SubStmt : S->children()) {
tools/clang/lib/Analysis/AnalysisDeclContext.cpp
  593     for (auto *Child : S->children())
tools/clang/lib/Analysis/CFG.cpp
  446   for (Stmt *SubStmt : S->children())
 4710   for (Stmt *Child : E->children())
tools/clang/lib/Analysis/CallGraph.cpp
  132     for (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/Analysis/LiveVariables.cpp
  361   for (Stmt *Child : S->children()) {
tools/clang/lib/CodeGen/CGCoroutine.cpp
  331     for (auto *C : 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/CGStmtOpenMP.cpp
 2658         for (const Stmt *SubStmt : CS->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
  219     for (Stmt *CS : If->children()) {
  384     for (const Stmt *Child : S->children())
tools/clang/lib/CodeGen/CoverageMappingGen.cpp
  864     for (const Stmt *Child : S->children())
 1119         for (const auto *Child : CS->children())
tools/clang/lib/CodeGen/VarBypassDetector.cpp
  104   for (const Stmt *SubStmt : S->children()) {
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 1910   for (Stmt *SubStmt : S->children())
 4459   for (Stmt *SubStmt : S->children())
 4477   for (Stmt *SubStmt : S->children())
 5451   for (Stmt *&childStmt : S->children())
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 1717   for (Stmt *SubStmt : S->children())
 1730   for (Stmt *SubStmt : S->children())
 1740   for (Stmt *SubStmt : S->children())
 1761   for (Stmt *SubStmt : S->children())
 3646   for (Stmt *SubStmt : S->children())
 3664   for (Stmt *SubStmt : S->children())
 4573   for (Stmt *&childStmt : S->children())
tools/clang/lib/Index/IndexBody.cpp
  408       for (Stmt *SubStmt : Form->children()) {
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
  136     for (const Stmt *SubStmt : E->children())
tools/clang/lib/Sema/JumpDiagnostics.cpp
  571   for (Stmt *SubStmt : S->children()) {
tools/clang/lib/Sema/SemaChecking.cpp
12119   for (Stmt *SubStmt : E->children()) {
tools/clang/lib/Sema/SemaDecl.cpp
10811       for (auto Child : InitList->children()) {
14030       for (const Stmt *S : Body->children()) {
tools/clang/lib/Sema/SemaDeclCXX.cpp
   78     for (Stmt *SubStmt : Node->children())
 2041     for (Stmt *SubStmt : S->children())
 2056     for (Stmt *SubStmt : S->children())
 2069     for (Stmt *SubStmt : S->children()) {
 2148   for (Stmt *SubStmt : Body->children()) {
 3650       for (auto Child : ILE->children()) {
15289   for (Stmt *SubStmt : S->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()) {
 3033         for (Stmt *CC : C->children()) {
 3043     for (Stmt *C : S->children()) {
 3668       for (Stmt *VarRef : Clause->children()) {
 4666       for (Stmt *CC : C->children()) {
 5607     for (const Stmt *Child : S->children())
 7775     for (Stmt *SectionStmt : llvm::make_range(std::next(S.begin()), S.end())) {
 8018     for (Stmt *SectionStmt : llvm::make_range(std::next(S.begin()), S.end())) {
12681     for (Stmt *Child : S->children()) {
tools/clang/lib/Sema/SemaStmtAsm.cpp
  150     for (Stmt *Child : E->children()) {
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  350   for (Stmt *S : CoroStmt->children())
  367   for (Stmt *S : E->children())
  386   for (Stmt *S : E->children())
tools/clang/lib/StaticAnalyzer/Checkers/CStringSyntaxChecker.cpp
  273   for (Stmt *Child : S->children())
tools/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
  122   for (Stmt *Child : S->children())
  186   for (Stmt *Child : S->children())
tools/clang/lib/StaticAnalyzer/Checkers/CheckSizeofPointer.cpp
   39   for (Stmt *Child : S->children())
tools/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp
   79       for (const Stmt *Child : S->children())
tools/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp
  337       ++I1;
  338       ++I2;
tools/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
  166       for (const auto *Child : S->children()) {
tools/clang/lib/StaticAnalyzer/Checkers/LLVMConventionsChecker.cpp
  125     for (Stmt *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/ObjCContainersASTChecker.cpp
  154   for (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/misc/RedundantExpressionCheck.cpp
   76     ++LeftIter;
   77     ++RightIter;
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()) {
tools/lldb/tools/lldb-instr/Instrument.cpp
  176     for (auto &C : Body->children()) {
usr/include/c++/7.4.0/bits/stl_iterator_base_funcs.h
   89 	  ++__first;
  153 	++__i;
usr/include/c++/7.4.0/bits/stl_uninitialized.h
   82 	      for (; __first != __last; ++__first, (void)++__cur)