• Home
  • Raw
  • Download

Lines Matching refs:RParenLoc

1392                                 SourceLocation RParenLoc,  in ActOnGenericSelectionExpr()  argument
1407 ExprResult ER = CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in ActOnGenericSelectionExpr()
1418 SourceLocation RParenLoc, in CreateGenericSelectionExpr() argument
1502 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr()
1555 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr()
4690 SourceLocation RParenLoc, in ConvertArgumentsForCall() argument
4722 Diag(RParenLoc, in ConvertArgumentsForCall()
4728 Diag(RParenLoc, MinArgs == NumParams && !Proto->isVariadic() in ConvertArgumentsForCall()
5116 MultiExprArg ArgExprs, SourceLocation RParenLoc, in ActOnCallExpr() argument
5138 CallExpr(Context, Fn, None, Context.VoidTy, VK_RValue, RParenLoc); in ActOnCallExpr()
5158 Context.DependentTy, VK_RValue, RParenLoc); in ActOnCallExpr()
5161 Context, Fn, ArgExprs, Context.DependentTy, VK_RValue, RParenLoc); in ActOnCallExpr()
5168 RParenLoc); in ActOnCallExpr()
5177 return BuildCallToMemberFunction(S, Fn, LParenLoc, ArgExprs, RParenLoc); in ActOnCallExpr()
5190 RParenLoc, ExecConfig, in ActOnCallExpr()
5193 return BuildCallToMemberFunction(S, Fn, LParenLoc, ArgExprs, RParenLoc); in ActOnCallExpr()
5261 return BuildResolvedCallExpr(Fn, NDecl, LParenLoc, ArgExprs, RParenLoc, in ActOnCallExpr()
5271 SourceLocation RParenLoc) { in ActOnAsTypeExpr() argument
5282 return new (Context) AsTypeExpr(E, DstTy, VK, OK, BuiltinLoc, RParenLoc); in ActOnAsTypeExpr()
5292 SourceLocation RParenLoc) { in ActOnConvertVectorExpr() argument
5295 return SemaConvertVectorExpr(E, TInfo, BuiltinLoc, RParenLoc); in ActOnConvertVectorExpr()
5308 SourceLocation RParenLoc, in BuildResolvedCallExpr() argument
5341 RParenLoc); in BuildResolvedCallExpr()
5344 VK_RValue, RParenLoc); in BuildResolvedCallExpr()
5418 if (ConvertArgumentsForCall(TheCall, Fn, FDecl, Proto, Args, RParenLoc, in BuildResolvedCallExpr()
5431 Diag(RParenLoc, diag::warn_call_wrong_number_of_arguments) in BuildResolvedCallExpr()
5502 SourceLocation RParenLoc, Expr *InitExpr) { in ActOnCompoundLiteral() argument
5511 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, InitExpr); in ActOnCompoundLiteral()
5516 SourceLocation RParenLoc, Expr *LiteralExpr) { in BuildCompoundLiteralExpr() argument
5538 SourceRange(LParenLoc, RParenLoc), in BuildCompoundLiteralExpr()
5938 SourceLocation RParenLoc, Expr *CastExpr) { in ActOnCastExpr() argument
5986 return BuildVectorLiteral(LParenLoc, RParenLoc, CastExpr, castTInfo); in ActOnCastExpr()
6005 return BuildCStyleCastExpr(LParenLoc, castTInfo, RParenLoc, CastExpr); in ActOnCastExpr()
6009 SourceLocation RParenLoc, Expr *E, in BuildVectorLiteral() argument
6053 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get()); in BuildVectorLiteral()
6075 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get()); in BuildVectorLiteral()
6085 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, initE); in BuildVectorLiteral()
11701 SourceLocation RParenLoc) { in BuildBuiltinOffsetOf() argument
11827 << SourceRange(BuiltinLoc, RParenLoc); in BuildBuiltinOffsetOf()
11844 << SourceRange(BuiltinLoc, RParenLoc); in BuildBuiltinOffsetOf()
11866 Comps, Exprs, RParenLoc); in BuildBuiltinOffsetOf()
11874 SourceLocation RParenLoc) { in ActOnBuiltinOffsetOf() argument
11884 return BuildBuiltinOffsetOf(BuiltinLoc, ArgTInfo, Components, RParenLoc); in ActOnBuiltinOffsetOf()