Home | History | Annotate | Download | only in Sema

Lines Matching refs:ActOnParenExpr

3152 ExprResult Sema::ActOnParenExpr(SourceLocation L, SourceLocation R, Expr *E) {
3153 assert((E != 0) && "ActOnParenExpr() missing expr");
5150 return ActOnParenExpr(E->getLParenLoc(), E->getRParenLoc(), Result.get());