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.h2802 MutableArrayRef<Expr *> getInits() { in getInits() function
2805 ArrayRef<const Expr *> getInits() const { in getInits() function
4099 MutableArrayRef<Expr *> getInits() { in getInits() function
4102 ArrayRef<const Expr *> getInits() const { in getInits() function
7350 MutableArrayRef<Expr *> getInits() { in getInits() function
7353 ArrayRef<const Expr *> getInits() const { in getInits() function
H A DExpr.h5062 Expr **getInits() { return reinterpret_cast<Expr **>(InitExprs.data()); } in getInits() function
5065 Expr * const *getInits() const { in getInits() function
H A DStmtOpenMP.h1098 MutableArrayRef<Expr *> getInits() { in getInits() function