Lines Matching defs:RParenLoc
1417 SourceLocation RParenLoc, Stmt *Init, Stmt *Then,
1419 return getSema().ActOnIfStmt(IfLoc, Kind, LParenLoc, Init, Cond, RParenLoc,
1430 SourceLocation RParenLoc) {
1432 RParenLoc);
1450 SourceLocation RParenLoc, Stmt *Body) {
1451 return getSema().ActOnWhileStmt(WhileLoc, LParenLoc, Cond, RParenLoc, Body);
1460 Expr *Cond, SourceLocation RParenLoc) {
1462 Cond, RParenLoc);
1471 Sema::FullExprArg Inc, SourceLocation RParenLoc,
1474 Inc, RParenLoc, Body);
1524 SourceLocation RParenLoc) {
1527 AsmString, Clobbers, NumLabels, RParenLoc);
1634 SourceLocation RParenLoc,
1637 return getSema().ObjC().ActOnObjCAtCatchStmt(AtLoc, RParenLoc, Var, Body);
2523 SourceLocation RParenLoc,
2526 ForLoc, Element, Collection, RParenLoc);
2577 Expr *Inc, Stmt *LoopVar, SourceLocation RParenLoc,
2598 ForLoc, LoopVar, RangeExpr, RParenLoc);
2606 LoopVar, RParenLoc, Sema::BFRK_Rebuild, LifetimeExtendTemps);
2725 SourceLocation RParenLoc) {
2727 RParenLoc);
2810 SourceLocation RParenLoc,
2814 Base, LParenLoc, RParenLoc, Dims, BracketsRanges);
2835 SourceLocation RParenLoc,
2838 /*Scope=*/nullptr, Callee, LParenLoc, Args, RParenLoc, ExecConfig);
2843 SourceLocation RParenLoc) {
2845 /*Scope=*/nullptr, Callee, LParenLoc, Args, RParenLoc);
2975 SourceLocation RParenLoc,
2977 return getSema().BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc,
2987 SourceLocation RParenLoc,
2989 return getSema().BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc,
3054 SourceLocation RParenLoc) {
3057 RParenLoc);
3066 SourceLocation RParenLoc) {
3067 return getSema().ActOnParenListExpr(LParenLoc, RParenLoc, SubExprs);
3085 SourceLocation RParenLoc, unsigned TemplateDepth) {
3086 return getSema().BuildStmtExpr(LParenLoc, SubStmt, RParenLoc,
3096 SourceLocation RParenLoc) {
3099 RParenLoc);
3108 SourceLocation RParenLoc,
3112 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc,
3123 SourceLocation RParenLoc,
3127 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc,
3160 SourceLocation RParenLoc) {
3165 SubExpr, RParenLoc);
3170 SubExpr, RParenLoc);
3176 RParenLoc);
3181 SubExpr, RParenLoc);
3185 OpLoc, LAngleLoc, TInfo, RAngleLoc, LParenLoc, SubExpr, RParenLoc);
3202 SourceLocation RParenLoc) {
3206 SourceRange(LParenLoc, RParenLoc));
3219 SourceLocation RParenLoc) {
3223 SourceRange(LParenLoc, RParenLoc));
3236 SourceLocation RParenLoc) {
3240 SourceRange(LParenLoc, RParenLoc));
3253 SourceLocation RParenLoc) {
3257 SourceRange(LParenLoc, RParenLoc));
3264 SourceLocation RParenLoc) {
3267 SourceRange(LAngleLoc, RAngleLoc), SourceRange(LParenLoc, RParenLoc));
3277 SourceLocation RParenLoc,
3285 RParenLoc, ListInitialization);
3287 MultiExprArg(&Sub, 1), RParenLoc,
3297 SourceLocation RParenLoc) {
3298 return getSema().BuildBuiltinBitCastExpr(KWLoc, TSI, Sub, RParenLoc);
3308 SourceLocation RParenLoc) {
3310 RParenLoc);
3321 SourceLocation RParenLoc) {
3323 RParenLoc);
3332 SourceLocation RParenLoc) {
3333 return getSema().BuildCXXUuidof(Type, TypeidLoc, Operand, RParenLoc);
3341 Expr *Operand, SourceLocation RParenLoc) {
3342 return getSema().BuildCXXUuidof(Type, TypeidLoc, Operand, RParenLoc);
3393 SourceLocation RParenLoc) {
3395 RParenLoc,
3442 SourceLocation RParenLoc) {
3443 return getSema().BuildTypeTrait(Trait, StartLoc, Args, RParenLoc);
3454 SourceLocation RParenLoc) {
3455 return getSema().BuildArrayTypeTrait(Trait, StartLoc, TSInfo, DimExpr, RParenLoc);
3465 SourceLocation RParenLoc) {
3466 return getSema().BuildExpressionTrait(Trait, StartLoc, Queried, RParenLoc);
3566 SourceLocation RParenLoc,
3569 RParenLoc, ListInitialization);
3629 SourceLocation RParenLoc,
3633 RParenLoc, Length, PartialArgs);
3686 SourceLocation RParenLoc,
3690 LocalParameters, RParenLoc, Requirements,
3772 SourceLocation RParenLoc) {
3774 RParenLoc);
3901 SourceLocation RParenLoc) {
3921 Expr::getValueKindForType(Builtin->getReturnType()), RParenLoc,
3931 SourceLocation RParenLoc) {
3932 return SemaRef.ConvertVectorExpr(SrcExpr, DstTInfo, BuiltinLoc, RParenLoc);
4002 SourceLocation RParenLoc,
4005 EllipsisLoc, RHS, RParenLoc,
4024 SourceLocation RParenLoc) {
4027 SourceRange Range{BuiltinLoc, RParenLoc};
4028 return getSema().BuildAtomicExpr(Range, Range, RParenLoc, SubExprs, Op,
11114 NewD.RParenLoc = D.RParenLoc;