Searched defs:getThreadLimit (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6216 Expr *getThreadLimit() { return cast<Expr>(ThreadLimit); } function in class:clang::OMPThreadLimitClause
6219 Expr *getThreadLimit() const { return cast<Expr>(ThreadLimit); } function in class:clang::OMPThreadLimitClause

Completed in 81 milliseconds