Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h2679 MutableArrayRef<Expr *> getInits() { in getInits() function
2682 ArrayRef<const Expr *> getInits() const { in getInits() function
3971 MutableArrayRef<Expr *> getInits() { in getInits() function
3974 ArrayRef<const Expr *> getInits() const { in getInits() function
7214 MutableArrayRef<Expr *> getInits() { in getInits() function
7217 ArrayRef<const Expr *> getInits() const { in getInits() function
H A DExpr.h4831 Expr **getInits() { return reinterpret_cast<Expr **>(InitExprs.data()); } in getInits() function
4834 Expr * const *getInits() const { in getInits() function
H A DStmtOpenMP.h1082 MutableArrayRef<Expr *> getInits() { in getInits() function