Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOpenMPClause.h1064 MutableArrayRef<Expr *> getInits() { in getInits() function
1067 ArrayRef<const Expr *> getInits() const { in getInits() function
1614 MutableArrayRef<Expr *> getInits() { in getInits() function
1617 ArrayRef<const Expr *> getInits() const { in getInits() function
DExpr.h3790 Expr **getInits() { return reinterpret_cast<Expr **>(InitExprs.data()); } in getInits() function