HomeSort by: relevance | last modified time | path
    Searched defs:getLoopStmt (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
LoopUnrolling.cpp 47 const Stmt *getLoopStmt() const { return LoopStmt; }
77 if (!LS.isEmpty() && LS.getHead().getLoopStmt() == LoopStmt)
270 if (!LS.isEmpty() && LoopStmt == LS.getHead().getLoopStmt() &&
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CFG.h 275 const Stmt *getLoopStmt() const {
ProgramPoint.h 718 const Stmt *getLoopStmt() const {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 184 SourceLocation getBeginLoc() const { return getLoopStmt()->getBeginLoc(); }
185 SourceLocation getEndLoc() const { return getLoopStmt()->getEndLoc(); }
199 Stmt *getLoopStmt() { return SubStmts[LOOP_STMT]; }
200 const Stmt *getLoopStmt() const { return SubStmts[LOOP_STMT]; }

Completed in 19 milliseconds