Lines Matching defs:RParenLoc
1653 SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc,
1678 KeyLoc, DefaultLoc, RParenLoc, PredicateIsExpr, ControllingExprOrType,
1685 SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc,
1825 Types, Exprs, DefaultLoc, RParenLoc,
1828 Exprs, DefaultLoc, RParenLoc,
1905 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc,
1909 Context, KeyLoc, ControllingType, Types, Exprs, DefaultLoc, RParenLoc,
5831 SourceLocation RParenLoc,
5873 Diag(RParenLoc,
5880 Diag(RParenLoc, MinArgs == NumParams && !Proto->isVariadic()
6452 MultiExprArg ArgExprs, SourceLocation RParenLoc,
6455 BuildCallExpr(Scope, Fn, LParenLoc, ArgExprs, RParenLoc, ExecConfig,
6472 Call = OpenMP().ActOnOpenMPCall(Call, Scope, LParenLoc, ArgExprs, RParenLoc,
6490 MultiExprArg ArgExprs, SourceLocation RParenLoc,
6519 VK_PRValue, RParenLoc, CurFPFeatureOverrides());
6534 RParenLoc, CurFPFeatureOverrides());
6542 VK_PRValue, RParenLoc, CurFPFeatureOverrides());
6549 RParenLoc);
6559 RParenLoc, ExecConfig, IsExecConfig,
6572 VK_PRValue, RParenLoc, CurFPFeatureOverrides());
6576 Scope, Fn, ULE, LParenLoc, ArgExprs, RParenLoc, ExecConfig,
6579 RParenLoc, ExecConfig, IsExecConfig,
6690 VK_PRValue, RParenLoc, CurFPFeatureOverrides());
6692 return BuildResolvedCallExpr(Fn, NDecl, LParenLoc, ArgExprs, RParenLoc,
6719 SourceLocation RParenLoc) {
6721 return BuildAsTypeExpr(E, DstTy, BuiltinLoc, RParenLoc);
6726 SourceLocation RParenLoc) {
6735 return new (Context) AsTypeExpr(E, DestTy, VK, OK, BuiltinLoc, RParenLoc);
6740 SourceLocation RParenLoc) {
6743 return ConvertVectorExpr(E, TInfo, BuiltinLoc, RParenLoc);
6749 SourceLocation RParenLoc, Expr *Config,
6849 Args, ResultTy, VK_PRValue, RParenLoc,
6853 CallExpr::Create(Context, Fn, Args, ResultTy, VK_PRValue, RParenLoc,
6881 RParenLoc, CurFPFeatureOverrides(), NumParams);
6884 CallExpr::Create(Context, Fn, Args, ResultTy, VK_PRValue, RParenLoc,
6940 if (ConvertArgumentsForCall(TheCall, Fn, FDecl, Proto, Args, RParenLoc,
6953 Diag(RParenLoc, diag::warn_call_wrong_number_of_arguments)
7055 SourceLocation RParenLoc, Expr *InitExpr) {
7064 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, InitExpr);
7069 SourceLocation RParenLoc, Expr *LiteralExpr) {
7114 SourceRange(LParenLoc, RParenLoc),
7753 SourceLocation RParenLoc, Expr *CastExpr) {
7801 return BuildVectorLiteral(LParenLoc, RParenLoc, CastExpr, castTInfo);
7821 return BuildCStyleCastExpr(LParenLoc, castTInfo, RParenLoc, CastExpr);
7825 SourceLocation RParenLoc, Expr *E,
7872 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get());
7893 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get());
7903 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, initE);
15956 SourceLocation RParenLoc) {
16078 << SourceRange(BuiltinLoc, RParenLoc);
16095 << SourceRange(BuiltinLoc, RParenLoc);
16117 Comps, Exprs, RParenLoc);
16125 SourceLocation RParenLoc) {
16135 return BuildBuiltinOffsetOf(BuiltinLoc, ArgTInfo, Components, RParenLoc);