Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3299 MutableArrayRef<Expr *> getInits() { in getInits() function
3302 ArrayRef<const Expr *> getInits() const { in getInits() function
4653 MutableArrayRef<Expr *> getInits() { in getInits() function
4656 ArrayRef<const Expr *> getInits() const { in getInits() function
7936 MutableArrayRef<Expr *> getInits() { in getInits() function
7939 ArrayRef<const Expr *> getInits() const { in getInits() function
H A DExpr.h5270 Expr **getInits() { return reinterpret_cast<Expr **>(InitExprs.data()); } in getInits() function
5273 Expr * const *getInits() const { in getInits() function
H A DStmtOpenMP.h1083 MutableArrayRef<Expr *> getInits() { in getInits() function