Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOpenMPClause.h1328 MutableArrayRef<Expr *> getInits() { in getInits() function
1331 ArrayRef<const Expr *> getInits() const { in getInits() function
1946 MutableArrayRef<Expr *> getInits() { in getInits() function
1949 ArrayRef<const Expr *> getInits() const { in getInits() function
DStmtOpenMP.h353 MutableArrayRef<Expr *> getInits() { in getInits() function
DExpr.h3779 Expr **getInits() { return reinterpret_cast<Expr **>(InitExprs.data()); } in getInits() function
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h2318 MutableArrayRef<Expr *> getInits() { in getInits() function
2321 ArrayRef<const Expr *> getInits() const { in getInits() function
3610 MutableArrayRef<Expr *> getInits() { in getInits() function
3613 ArrayRef<const Expr *> getInits() const { in getInits() function
6805 MutableArrayRef<Expr *> getInits() { in getInits() function
6808 ArrayRef<const Expr *> getInits() const { in getInits() function
DStmtOpenMP.h527 MutableArrayRef<Expr *> getInits() { in getInits() function
DExpr.h4743 Expr **getInits() { return reinterpret_cast<Expr **>(InitExprs.data()); } in getInits() function
4746 Expr * const *getInits() const { in getInits() function