Searched defs:getInitExpr (Results 1 – 3 of 3) sorted by relevance
509 Expr *getInitExpr() const { in getInitExpr() function
2498 const Expr *getInitExpr() const { return (const Expr*) Init; } in getInitExpr() function2499 Expr *getInitExpr() { return (Expr*) Init; } in getInitExpr() function
3010 const Expr *getInitExpr() const { return (const Expr*) Init; } in getInitExpr() function3011 Expr *getInitExpr() { return (Expr*) Init; } in getInitExpr() function