Lines Matching defs:RParenLoc
1451 SourceLocation RParenLoc, FPOptionsOverride FPFeatures,
1453 : Expr(SC, Ty, VK, OK_Ordinary), RParenLoc(RParenLoc) {
1496 SourceLocation RParenLoc,
1505 RParenLoc, FPFeatures, MinNumArgs, UsesADL);
1509 ExprValueKind VK, SourceLocation RParenLoc,
1514 VK, RParenLoc, FPOptionsOverride(),
1662 SourceLocation RParenLoc) {
1667 RParenLoc);
1680 SourceLocation RParenLoc)
1682 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi),
1704 OpLoc(op), RParenLoc(rp) {
2242 SourceLocation RParenLoc,
2245 BuiltinLoc(BLoc), RParenLoc(RParenLoc), ParentContext(ParentContext) {
4369 BuiltinLoc(BLoc), RParenLoc(RP), NumExprs(args.size()) {
4388 SourceLocation DefaultLoc, SourceLocation RParenLoc,
4394 IsExprPredicate(true), DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) {
4416 SourceLocation RParenLoc, bool ContainsUnexpandedParameterPack,
4422 IsExprPredicate(false), DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) {
4443 SourceLocation DefaultLoc, SourceLocation RParenLoc,
4448 IsExprPredicate(true), DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) {
4469 SourceLocation RParenLoc, bool ContainsUnexpandedParameterPack)
4473 IsExprPredicate(false), DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) {
4496 SourceLocation DefaultLoc, SourceLocation RParenLoc,
4504 RParenLoc, ContainsUnexpandedParameterPack, ResultIndex);
4510 SourceLocation DefaultLoc, SourceLocation RParenLoc,
4518 RParenLoc, ContainsUnexpandedParameterPack);
4525 SourceLocation RParenLoc, bool ContainsUnexpandedParameterPack,
4533 RParenLoc, ContainsUnexpandedParameterPack, ResultIndex);
4540 SourceLocation RParenLoc, bool ContainsUnexpandedParameterPack) {
4547 RParenLoc, ContainsUnexpandedParameterPack);
4731 SourceLocation RParenLoc)
4733 LParenLoc(LParenLoc), RParenLoc(RParenLoc) {
4749 SourceLocation RParenLoc) {
4752 return new (Mem) ParenListExpr(LParenLoc, Exprs, RParenLoc);
4969 NumSubExprs(args.size()), BuiltinLoc(BLoc), RParenLoc(RP), Op(op) {