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

Declarations

tools/clang/include/clang/AST/StmtCXX.h
  158   const Expr *getRangeInit() const;

References

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 1903   const Expr *const Init = Node.getRangeInit();
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
  934       Range = cast<CXXForRangeStmt>(Term)->getRangeInit()->getSourceRange();
tools/clang/lib/Sema/SemaStmt.cpp
 2848                                             ForStmt->getRangeInit()->getType());
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 1387       return FRS->getCond() == Cond || FRS->getRangeInit() == Cond;
 1399            FRS->getLoopVarStmt() || FRS->getRangeInit() == S;
tools/clang/tools/extra/clang-tidy/performance/InefficientVectorOperationCheck.cpp
  248                                  RangeLoop->getRangeInit()->getSourceRange()),
tools/clang/tools/libclang/CIndex.cpp
 2558   AddStmt(S->getRangeInit());