Home | History | Annotate | Download | only in AST

Lines Matching refs:RParenLoc

1314                    SourceLocation RParenLoc, FPOptionsOverride FPFeatures,
1316 : Expr(SC, Ty, VK, OK_Ordinary), RParenLoc(RParenLoc) {
1359 SourceLocation RParenLoc,
1368 RParenLoc, FPFeatures, MinNumArgs, UsesADL);
1372 ExprValueKind VK, SourceLocation RParenLoc,
1377 VK, RParenLoc, FPOptionsOverride(),
1519 SourceLocation RParenLoc) {
1524 RParenLoc);
1537 SourceLocation RParenLoc)
1539 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi),
1561 OpLoc(op), RParenLoc(rp) {
2118 SourceLocation BLoc, SourceLocation RParenLoc,
2122 BuiltinLoc(BLoc), RParenLoc(RParenLoc), ParentContext(ParentContext) {
4103 BuiltinLoc(BLoc), RParenLoc(RP), NumExprs(args.size()) {
4122 SourceLocation DefaultLoc, SourceLocation RParenLoc,
4128 DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) {
4147 SourceLocation DefaultLoc, SourceLocation RParenLoc,
4152 DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) {
4173 SourceLocation DefaultLoc, SourceLocation RParenLoc,
4181 RParenLoc, ContainsUnexpandedParameterPack, ResultIndex);
4187 SourceLocation DefaultLoc, SourceLocation RParenLoc,
4195 RParenLoc, ContainsUnexpandedParameterPack);
4374 SourceLocation RParenLoc)
4376 LParenLoc(LParenLoc), RParenLoc(RParenLoc) {
4392 SourceLocation RParenLoc) {
4395 return new (Mem) ParenListExpr(LParenLoc, Exprs, RParenLoc);
4612 NumSubExprs(args.size()), BuiltinLoc(BLoc), RParenLoc(RP), Op(op) {