Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDStmt.h1127 Stmt *getInit() { return SubExprs[INIT]; } in getInit() function
1150 const Stmt *getInit() const { return SubExprs[INIT]; } in getInit() function
HDDecl.h997 const Expr *getInit() const { in getInit() function
1008 Expr *getInit() { in getInit() function
HDExpr.h3764 const Expr *getInit(unsigned Init) const { in getInit() function
3769 Expr *getInit(unsigned Init) { in getInit() function
4175 Expr *getInit() const { in getInit() function
HDDeclCXX.h2055 Expr *getInit() const { return static_cast<Expr*>(Init); } in getInit() function