Searched defs:getInit (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/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 | 4864 const Expr *getInit(unsigned Init) const { getInit() function |
H A D | DeclCXX.h | 2495 Expr *getInit() const { return static_cast<Expr *>(Init); } getInit() function |
H A D | Decl.h | 1352 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 | 4741 Expr *getInit() const { return isLeftFold() ? getLHS() : getRHS(); } getInit() function |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | Decl.cpp | 2403 Expr *VarDecl::getInit() { getInit() function in VarDecl |