Home | History | Annotate | Download | only in AST

Lines Matching refs:ParenExpr

1979     return cast<ParenExpr>(this)->getSubExpr()->
2356 if (ParenExpr* P = dyn_cast<ParenExpr>(E)) {
2382 /// IgnoreParenCasts - Ignore parentheses and casts. Strip off any ParenExpr
2503 /// ParenExpr or CastExprs, returning their operand.
2625 if (const ParenExpr *Paren = dyn_cast<ParenExpr>(E)) {
2769 return cast<ParenExpr>(this)->getSubExpr()
3132 } else if (const ParenExpr *PE = dyn_cast<ParenExpr>(this)) {