Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOpenMPClause.h2762 Expr *getCalcStep() { return *(getFinals().end() + 1); } in getCalcStep() function
2765 const Expr *getCalcStep() const { return *(getFinals().end() + 1); } in getCalcStep() function