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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h533 MutableArrayRef<Expr *> getDependentInits() { function in class:clang::OMPLoopDirective
1140 ArrayRef<Expr *> dependent_inits() { return getDependentInits(); }
1143 return const_cast<OMPLoopDirective *>(this)->getDependentInits();
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp154 llvm::copy(A, getDependentInits().begin());

Completed in 137 milliseconds