Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2802 MutableArrayRef<Expr *> getInits() { getInits() function
2805 ArrayRef<const Expr *> getInits() const { getInits() function
4099 MutableArrayRef<Expr *> getInits() { getInits() function
4102 ArrayRef<const Expr *> getInits() const { getInits() function
7350 MutableArrayRef<Expr *> getInits() { getInits() function
7353 ArrayRef<const Expr *> getInits() const { getInits() function
[all...]
H A DExpr.h5043 Expr **getInits() { return reinterpret_cast<Expr **>(InitExprs.data()); } getInits() function
5046 Expr * const *getInits() const { getInits() function
H A DStmtOpenMP.h1097 MutableArrayRef<Expr *> getInits() { getInits() function