Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp49 const Stmt *getLoopStmt() const { return LoopStmt; } in getLoopStmt() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h716 const Stmt *getLoopStmt() const { in getLoopStmt() function
H A DCFG.h277 const Stmt *getLoopStmt() const { in getLoopStmt() function
/freebsd/contrib/llvm-project/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