Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4164 Expr *getCalcStep() { return *(getFinals().end() + 1); } getCalcStep() function
4167 const Expr *getCalcStep() const { return *(getFinals().end() + 1); } getCalcStep() function