Home | History | Annotate | Download | only in Sema

Lines Matching refs:ActOnParenExpr

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