Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOpenMPClause.h2031 Expr *getCalcStep() { return *(getFinals().end() + 1); } in getCalcStep() function
2033 const Expr *getCalcStep() const { return *(getFinals().end() + 1); } in getCalcStep() function
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h3707 Expr *getCalcStep() { return *(getFinals().end() + 1); } in getCalcStep() function
3710 const Expr *getCalcStep() const { return *(getFinals().end() + 1); } in getCalcStep() function