Home
last modified time | relevance | path

Searched defs:getInc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtCXX.h167 Expr *getInc() { return cast_or_null<Expr>(SubExprs[INC]); } in getInc() function
183 const Expr *getInc() const { in getInc() function
H A DStmt.h2538 Expr *getInc() { return reinterpret_cast<Expr*>(SubExprs[INC]); } in getInc() function
2543 const Expr *getInc() const { return reinterpret_cast<Expr*>(SubExprs[INC]); } in getInc() function
H A DStmtOpenMP.h1248 Expr *getInc() const { return cast<Expr>(Data->getChildren()[IncOffset]); } in getInc() function