Home
last modified time | relevance | path

Searched defs:getLoopStmt (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp47 const Stmt *getLoopStmt() const { return LoopStmt; } in getLoopStmt() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DProgramPoint.h718 const Stmt *getLoopStmt() const { in getLoopStmt() function
H A DCFG.h275 const Stmt *getLoopStmt() const { in getLoopStmt() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h199 Stmt *getLoopStmt() { return SubStmts[LOOP_STMT]; } in getLoopStmt() function
200 const Stmt *getLoopStmt() const { return SubStmts[LOOP_STMT]; } in getLoopStmt() function