Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h507 Expr *getInit() const { in getInit() function
H A DStmt.h1154 Stmt *getInit() { return SubExprs[INIT]; } in getInit() function
1177 const Stmt *getInit() const { return SubExprs[INIT]; } in getInit() function
H A DDecl.h1018 const Expr *getInit() const { in getInit() function
1029 Expr *getInit() { in getInit() function
H A DExpr.h3800 const Expr *getInit(unsigned Init) const { in getInit() function
3805 Expr *getInit(unsigned Init) { in getInit() function
4231 Expr *getInit() const { in getInit() function
H A DDeclCXX.h2131 Expr *getInit() const { return static_cast<Expr*>(Init); } in getInit() function
H A DExprCXX.h3871 Expr *getInit() const { return isLeftFold() ? getLHS() : getRHS(); } in getInit() function