Searched defs:getInit (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | StmtCXX.h | 153 Stmt *getInit() { return SubExprs[INIT]; } in getInit() function |
H A D | Expr.h | 5056 const Expr *getInit(unsigned Init) const { getInit() function |
H A D | DeclCXX.h | 2502 Expr *getInit() const { return static_cast<Expr *>(Init); } getInit() function |
H A D | Decl.h | 1355 const Expr *getInit() const { getInit() function |
H A D | StmtOpenMP.h | 1346 Expr *getInit() const { return cast<Expr>(Data->getChildren()[InitOffset]); } getInit() function |
H A D | ExprCXX.h | 4887 Expr *getInit() const { return isLeftFold() ? getLHS() : getRHS(); } getInit() function |
/llvm-project/clang/lib/AST/ | ||
H A D | Decl.cpp | 2391 Expr *VarDecl::getInit() { getInit() function in VarDecl |