Searched defs:getInc (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2458 Expr *getInc() { return reinterpret_cast<Expr*>(SubExprs[INC]); } function in class:clang::ForStmt
2463 const Expr *getInc() const { return reinterpret_cast<Expr*>(SubExprs[INC]); } function in class:clang::ForStmt
H A DStmtCXX.h167 Expr *getInc() { return cast_or_null<Expr>(SubExprs[INC]); } function in class:clang::CXXForRangeStmt
183 const Expr *getInc() const { function in class:clang::CXXForRangeStmt
H A DStmtOpenMP.h938 Expr *getInc() const { function in class:clang::OMPLoopDirective

Completed in 154 milliseconds