Home
last modified time | relevance | path

Searched refs:MaybeConvertParenListExprToParenExpr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1777 ExprResult Result = MaybeConvertParenListExprToParenExpr(S, Base); in ActOnMemberAccessExpr()
H A DSemaExpr.cpp4737 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
H A DSemaExprObjC.cpp3435 SemaRef.MaybeConvertParenListExprToParenExpr(S, Receiver); in ActOnInstanceMessage()
H A DSemaExprCXX.cpp7844 ExprResult Result = MaybeConvertParenListExprToParenExpr(S, Base); in ActOnStartCXXMemberReference()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7018 ExprResult MaybeConvertParenListExprToParenExpr(Scope *S, Expr *ME);