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

References

tools/clang/lib/AST/ExprConstant.cpp
 4802       ESR = EvaluateStmt(Result, Info, FS->getLoopVarStmt());
tools/clang/lib/CodeGen/CGStmt.cpp
 1015     EmitStmt(S.getLoopVarStmt());
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 1382       EmitStmt(CXXFor->getLoopVarStmt());
tools/clang/lib/CodeGen/CodeGenPGO.cpp
  553     Visit(S->getLoopVarStmt());
tools/clang/lib/CodeGen/CoverageMappingGen.cpp
 1051     Visit(S->getLoopVarStmt());
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 1048       if (isContainedByStmt(PM, FR->getLoopVarStmt(), S))
 1399            FRS->getLoopVarStmt() || FRS->getRangeInit() == S;
tools/clang/tools/extra/clang-tidy/utils/ExprSequence.cpp
  144       if (S == ForRange->getLoopVarStmt())