Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h168 Expr *getInc() { return cast_or_null<Expr>(SubExprs[INC]); } in getInc() function
184 const Expr *getInc() const { in getInc() function
H A DStmtOpenMP.h1348 Expr *getInc() const { return cast<Expr>(Data->getChildren()[IncOffset]); } in getInc() function