Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1090 MutableArrayRef<Expr *> getPrivateCounters() { in getPrivateCounters() function
1493 ArrayRef<Expr *> private_counters() { return getPrivateCounters(); } in private_counters()
1496 return const_cast<OMPLoopDirective *>(this)->getPrivateCounters(); in private_counters()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp222 llvm::copy(A, getPrivateCounters().begin()); in setPrivateCounters()