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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h525 MutableArrayRef<Expr *> getDependentCounters() { function in class:clang::OMPLoopDirective
1134 ArrayRef<Expr *> dependent_counters() { return getDependentCounters(); }
1137 return const_cast<OMPLoopDirective *>(this)->getDependentCounters();
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp148 llvm::copy(A, getDependentCounters().begin());

Completed in 168 milliseconds