Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/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 DStmt.h2286 Stmt *getInit() { in getInit() function
2291 const Stmt *getInit() const { in getInit() function
2470 Stmt *getInit() { in getInit() function
2475 const Stmt *getInit() const { in getInit() function
2794 Stmt *getInit() { return SubExprs[INIT]; } in getInit() function
2825 const Stmt *getInit() const { return SubExprs[INIT]; } in getInit() function
H A DExpr.h4864 const Expr *getInit(unsigned Init) const { in getInit() function
4869 Expr *getInit(unsigned Init) { in getInit() function
5331 Expr *getInit() const { in getInit() function
H A DDeclCXX.h2495 Expr *getInit() const { return static_cast<Expr *>(Init); } in getInit() function
H A DDecl.h1352 const Expr *getInit() const { in getInit() function
H A DStmtOpenMP.h1346 Expr *getInit() const { return cast<Expr>(Data->getChildren()[InitOffset]); } in getInit() function
H A DExprCXX.h4741 Expr *getInit() const { return isLeftFold() ? getLHS() : getRHS(); } in getInit() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2403 Expr *VarDecl::getInit() { in getInit() function in VarDecl