Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h807 const Expr *getLoopCount() const { return getIntExpr(); } in getLoopCount() function
808 Expr *getLoopCount() { return getIntExpr(); } in getLoopCount() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h527 Expr *getLoopCount() const { in getLoopCount() function