Searched refs:MaybeConvertParenListExprToParenExpr (Results 1 – 5 of 5) sorted by relevance
1777 ExprResult Result = MaybeConvertParenListExprToParenExpr(S, Base); in ActOnMemberAccessExpr()
4737 ExprResult Result = MaybeConvertParenListExprToParenExpr(S, Input); in ActOnPostfixUnaryOp()4821 ExprResult result = MaybeConvertParenListExprToParenExpr(S, base); in ActOnArraySubscriptExpr()6412 ExprResult Result = MaybeConvertParenListExprToParenExpr(Scope, Fn); in BuildCallExpr()7719 ExprResult Result = MaybeConvertParenListExprToParenExpr(S, CastExpr); in ActOnCastExpr()7819 Sema::MaybeConvertParenListExprToParenExpr(Scope *S, Expr *OrigExpr) { in MaybeConvertParenListExprToParenExpr() function in Sema
3435 SemaRef.MaybeConvertParenListExprToParenExpr(S, Receiver); in ActOnInstanceMessage()
7844 ExprResult Result = MaybeConvertParenListExprToParenExpr(S, Base); in ActOnStartCXXMemberReference()
7018 ExprResult MaybeConvertParenListExprToParenExpr(Scope *S, Expr *ME);