Home
last modified time | relevance | path

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

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