Lines Matching defs:RParenLoc
1622 SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc,
1647 KeyLoc, DefaultLoc, RParenLoc, PredicateIsExpr, ControllingExprOrType,
1654 SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc,
1794 Types, Exprs, DefaultLoc, RParenLoc,
1797 Exprs, DefaultLoc, RParenLoc,
1874 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc,
1878 Context, KeyLoc, ControllingType, Types, Exprs, DefaultLoc, RParenLoc,
5758 SourceLocation RParenLoc,
5800 Diag(RParenLoc,
5807 Diag(RParenLoc, MinArgs == NumParams && !Proto->isVariadic()
6370 MultiExprArg ArgExprs, SourceLocation RParenLoc,
6373 BuildCallExpr(Scope, Fn, LParenLoc, ArgExprs, RParenLoc, ExecConfig,
6390 Call = OpenMP().ActOnOpenMPCall(Call, Scope, LParenLoc, ArgExprs, RParenLoc,
6408 MultiExprArg ArgExprs, SourceLocation RParenLoc,
6431 VK_PRValue, RParenLoc, CurFPFeatureOverrides());
6446 RParenLoc, CurFPFeatureOverrides());
6454 VK_PRValue, RParenLoc, CurFPFeatureOverrides());
6461 RParenLoc);
6471 RParenLoc, ExecConfig, IsExecConfig,
6484 VK_PRValue, RParenLoc, CurFPFeatureOverrides());
6488 Scope, Fn, ULE, LParenLoc, ArgExprs, RParenLoc, ExecConfig,
6491 RParenLoc, ExecConfig, IsExecConfig,
6602 VK_PRValue, RParenLoc, CurFPFeatureOverrides());
6604 return BuildResolvedCallExpr(Fn, NDecl, LParenLoc, ArgExprs, RParenLoc,
6631 SourceLocation RParenLoc) {
6633 return BuildAsTypeExpr(E, DstTy, BuiltinLoc, RParenLoc);
6638 SourceLocation RParenLoc) {
6647 return new (Context) AsTypeExpr(E, DestTy, VK, OK, BuiltinLoc, RParenLoc);
6652 SourceLocation RParenLoc) {
6655 return ConvertVectorExpr(E, TInfo, BuiltinLoc, RParenLoc);
6661 SourceLocation RParenLoc, Expr *Config,
6761 Args, ResultTy, VK_PRValue, RParenLoc,
6765 CallExpr::Create(Context, Fn, Args, ResultTy, VK_PRValue, RParenLoc,
6793 RParenLoc, CurFPFeatureOverrides(), NumParams);
6796 CallExpr::Create(Context, Fn, Args, ResultTy, VK_PRValue, RParenLoc,
6852 if (ConvertArgumentsForCall(TheCall, Fn, FDecl, Proto, Args, RParenLoc,
6865 Diag(RParenLoc, diag::warn_call_wrong_number_of_arguments)
6967 SourceLocation RParenLoc, Expr *InitExpr) {
6976 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, InitExpr);
6981 SourceLocation RParenLoc, Expr *LiteralExpr) {
7026 SourceRange(LParenLoc, RParenLoc),
7665 SourceLocation RParenLoc, Expr *CastExpr) {
7713 return BuildVectorLiteral(LParenLoc, RParenLoc, CastExpr, castTInfo);
7733 return BuildCStyleCastExpr(LParenLoc, castTInfo, RParenLoc, CastExpr);
7737 SourceLocation RParenLoc, Expr *E,
7784 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get());
7805 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get());
7815 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, initE);
15711 SourceLocation RParenLoc) {
15833 << SourceRange(BuiltinLoc, RParenLoc);
15850 << SourceRange(BuiltinLoc, RParenLoc);
15872 Comps, Exprs, RParenLoc);
15880 SourceLocation RParenLoc) {
15890 return BuildBuiltinOffsetOf(BuiltinLoc, ArgTInfo, Components, RParenLoc);