Searched refs:getFinalsConditions (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h541 MutableArrayRef<Expr *> getFinalsConditions() { function in class:clang::OMPLoopDirective
1146 ArrayRef<Expr *> finals_conditions() { return getFinalsConditions(); }
1149 return const_cast<OMPLoopDirective *>(this)->getFinalsConditions();
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp160 llvm::copy(A, getFinalsConditions().begin());

Completed in 88 milliseconds