Searched defs:getInits (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h514 MutableArrayRef<Expr *> getInits() { function in class:clang::OMPLoopDirective
H A DOpenMPClause.h2316 MutableArrayRef<Expr *> getInits() { function in class:clang::final
2319 ArrayRef<const Expr *> getInits() const { function in class:clang::final
3608 MutableArrayRef<Expr *> getInits() { function in class:clang::final
3611 ArrayRef<const Expr *> getInits() const { function in class:clang::final
6589 MutableArrayRef<Expr *> getInits() { function in class:clang::final
6592 ArrayRef<const Expr *> getInits() const { function in class:clang::final
[all...]
H A DExpr.h4660 Expr **getInits() { return reinterpret_cast<Expr **>(InitExprs.data()); } function in class:clang::final::InitListExpr
4663 Expr * const *getInits() const { function in class:clang::final::InitListExpr

Completed in 262 milliseconds