Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h2412 MutableArrayRef<Expr *> getInits() { in getInits() function
2415 ArrayRef<const Expr *> getInits() const { in getInits() function
3704 MutableArrayRef<Expr *> getInits() { in getInits() function
3707 ArrayRef<const Expr *> getInits() const { in getInits() function
6899 MutableArrayRef<Expr *> getInits() { in getInits() function
6902 ArrayRef<const Expr *> getInits() const { in getInits() function
H A DExpr.h4745 Expr **getInits() { return reinterpret_cast<Expr **>(InitExprs.data()); } in getInits() function
4748 Expr * const *getInits() const { in getInits() function
H A DStmtOpenMP.h1006 MutableArrayRef<Expr *> getInits() { in getInits() function