Home | History | Annotate | Download | only in AST

Lines Matching refs:getInitExpr

2300   const Expr *getInitExpr() const { return (const Expr*) Init; }
2301 Expr *getInitExpr() { return (Expr*) Init; }