Home | History | Annotate | Download | only in Sema

Lines Matching full:rparenloc

1274                                 SourceLocation RParenLoc,
1289 ExprResult ER = CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc,
1300 SourceLocation RParenLoc,
1374 DefaultLoc, RParenLoc, ContainsUnexpandedParameterPack));
1429 DefaultLoc, RParenLoc, ContainsUnexpandedParameterPack,
3947 SourceLocation RParenLoc,
3981 Diag(RParenLoc, diag_id)
3989 Diag(RParenLoc, MinArgs == NumArgsInProto && !Proto->isVariadic()
3995 Diag(RParenLoc, MinArgs == NumArgsInProto && !Proto->isVariadic()
4318 MultiExprArg ArgExprs, SourceLocation RParenLoc,
4341 RParenLoc));
4363 Context.DependentTy, VK_RValue, RParenLoc));
4367 RParenLoc));
4374 ArgExprs, RParenLoc));
4383 return BuildCallToMemberFunction(S, Fn, LParenLoc, ArgExprs, RParenLoc);
4397 RParenLoc, ExecConfig);
4400 RParenLoc);
4424 return BuildResolvedCallExpr(Fn, NDecl, LParenLoc, ArgExprs, RParenLoc,
4451 SourceLocation RParenLoc) {
4463 RParenLoc));
4476 SourceLocation RParenLoc,
4503 RParenLoc);
4506 VK_RValue, RParenLoc);
4569 if (ConvertArgumentsForCall(TheCall, Fn, FDecl, Proto, Args, RParenLoc,
4582 Diag(RParenLoc, diag::warn_call_wrong_number_of_arguments)
4656 SourceLocation RParenLoc, Expr *InitExpr) {
4666 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, InitExpr);
4671 SourceLocation RParenLoc, Expr *LiteralExpr) {
4693 SourceRange(LParenLoc, RParenLoc),
4998 SourceLocation RParenLoc, Expr *CastExpr) {
5040 return BuildVectorLiteral(LParenLoc, RParenLoc, CastExpr, castTInfo);
5051 return BuildCStyleCastExpr(LParenLoc, castTInfo, RParenLoc, CastExpr);
5055 SourceLocation RParenLoc, Expr *E,
5099 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.take());
5121 return BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc, Literal.take());
5131 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, initE);
9753 SourceLocation RParenLoc) {
9881 << SourceRange(BuiltinLoc, RParenLoc);
9916 TInfo, Comps, Exprs, RParenLoc));
9925 SourceLocation RParenLoc) {
9936 RParenLoc);