Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h153 Stmt *getInit() { return SubExprs[INIT]; } in getInit() function
157 const Stmt *getInit() const { return SubExprs[INIT]; } in getInit() function
H A DExpr.h5056 const Expr *getInit(unsigned Init) const { getInit() function
5061 Expr *getInit(unsigned Init) { getInit() function
5523 Expr *getInit() const { getInit() function
H A DDeclCXX.h2502 Expr *getInit() const { return static_cast<Expr *>(Init); } getInit() function
H A DDecl.h1355 const Expr *getInit() const { getInit() function
H A DStmtOpenMP.h1346 Expr *getInit() const { return cast<Expr>(Data->getChildren()[InitOffset]); } getInit() function
H A DExprCXX.h4887 Expr *getInit() const { return isLeftFold() ? getLHS() : getRHS(); } getInit() function
/llvm-project/clang/lib/AST/
H A DDecl.cpp2391 Expr *VarDecl::getInit() { getInit() function in VarDecl
[all...]