Home | History | Annotate | Download | only in Sema

Lines Matching refs:RParenLoc

1576                                 SourceLocation RParenLoc,
1591 ExprResult ER = CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc,
1602 RParenLoc,
1687 Exprs, DefaultLoc, RParenLoc,
1740 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc,
5073 SourceLocation RParenLoc,
5090 LParenLoc, RParenLoc, Dims, Brackets);
5144 LParenLoc, RParenLoc, NewDims, Brackets);
5783 SourceLocation RParenLoc,
5815 Diag(RParenLoc,
5821 Diag(RParenLoc, MinArgs == NumParams && !Proto->isVariadic()
6346 MultiExprArg ArgExprs, SourceLocation RParenLoc,
6349 BuildCallExpr(Scope, Fn, LParenLoc, ArgExprs, RParenLoc, ExecConfig,
6367 Call = ActOnOpenMPCall(Call, Scope, LParenLoc, ArgExprs, RParenLoc,
6377 MultiExprArg ArgExprs, SourceLocation RParenLoc,
6400 VK_RValue, RParenLoc, CurFPFeatureOverrides());
6414 Context.DependentTy, VK_RValue, RParenLoc, CurFPFeatureOverrides());
6422 VK_RValue, RParenLoc, CurFPFeatureOverrides());
6429 RParenLoc);
6439 RParenLoc, AllowRecovery);
6451 VK_RValue, RParenLoc, CurFPFeatureOverrides());
6455 Scope, Fn, ULE, LParenLoc, ArgExprs, RParenLoc, ExecConfig,
6458 RParenLoc, AllowRecovery);
6520 Expr::getValueKindForType(ReturnType), RParenLoc,
6523 return BuildResolvedCallExpr(Fn, NDecl, LParenLoc, ArgExprs, RParenLoc,
6533 SourceLocation RParenLoc) {
6535 return BuildAsTypeExpr(E, DstTy, BuiltinLoc, RParenLoc);
6541 SourceLocation RParenLoc) {
6550 return new (Context) AsTypeExpr(E, DestTy, VK, OK, BuiltinLoc, RParenLoc);
6560 SourceLocation RParenLoc) {
6563 return SemaConvertVectorExpr(E, TInfo, BuiltinLoc, RParenLoc);
6575 SourceLocation RParenLoc, Expr *Config,
6674 Args, ResultTy, VK_RValue, RParenLoc,
6678 CallExpr::Create(Context, Fn, Args, ResultTy, VK_RValue, RParenLoc,
6706 RParenLoc, CurFPFeatureOverrides(), NumParams);
6709 CallExpr::Create(Context, Fn, Args, ResultTy, VK_RValue, RParenLoc,
6751 if (ConvertArgumentsForCall(TheCall, Fn, FDecl, Proto, Args, RParenLoc,
6764 Diag(RParenLoc, diag::warn_call_wrong_number_of_arguments)
6848 SourceLocation RParenLoc, Expr *InitExpr) {
6857 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, InitExpr);
6862 SourceLocation RParenLoc, Expr *LiteralExpr) {
6887 SourceRange(LParenLoc, RParenLoc),
7539 SourceLocation RParenLoc, Expr *CastExpr) {
7587 return BuildVectorLiteral(LParenLoc, RParenLoc, CastExpr, castTInfo);
7608 return BuildCStyleCastExpr(LParenLoc, castTInfo, RParenLoc, CastExpr);
7612 SourceLocation RParenLoc, Expr *E,
7656 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get());
7678 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.get());
7688 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, initE);
15055 SourceLocation RParenLoc) {
15173 << SourceRange(BuiltinLoc, RParenLoc);
15190 << SourceRange(BuiltinLoc, RParenLoc);
15212 Comps, Exprs, RParenLoc);
15220 SourceLocation RParenLoc) {
15230 return BuildBuiltinOffsetOf(BuiltinLoc, ArgTInfo, Components, RParenLoc);