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