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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h494 MutableArrayRef<Expr *> getPrivateCounters() { function in class:clang::OMPLoopDirective
1110 ArrayRef<Expr *> private_counters() { return getPrivateCounters(); }
1113 return const_cast<OMPLoopDirective *>(this)->getPrivateCounters();
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp123 std::copy(A.begin(), A.end(), getPrivateCounters().begin());

Completed in 186 milliseconds