Searched defs:getInitExpr (Results 1 – 2 of 2) sorted by relevance
467 Expr *getInitExpr() const { in getInitExpr() function
2424 const Expr *getInitExpr() const { return (const Expr*) Init; } in getInitExpr() function2425 Expr *getInitExpr() { return (Expr*) Init; } in getInitExpr() function