Home | History | Annotate | Download | only in AST

Lines Matching refs:getInitExpr

2498   const Expr *getInitExpr() const { return (const Expr*) Init; }
2499 Expr *getInitExpr() { return (Expr*) Init; }