Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h551 MutableArrayRef<Expr *> getDependentCounters() { in getDependentCounters() function
1116 ArrayRef<Expr *> dependent_counters() { return getDependentCounters(); } in dependent_counters()
1119 return const_cast<OMPLoopDirective *>(this)->getDependentCounters(); in dependent_counters()
/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp179 llvm::copy(A, getDependentCounters().begin()); in setDependentCounters()