@@ -1450,39 +1450,6 @@ class Parser {
1450
1450
DeclNameRef parseDeclNameRef (DeclNameLoc &loc, const Diagnostic &diag,
1451
1451
DeclNameOptions flags);
1452
1452
1453
- // / Parse an unqualified-decl-base-name.
1454
- // /
1455
- // / unqualified-decl-name:
1456
- // / identifier
1457
- // /
1458
- // / \param afterDot Whether this identifier is coming after a period, which
1459
- // / enables '.init' and '.default' like expressions.
1460
- // / \param loc Will be populated with the location of the name.
1461
- // / \param diag The diagnostic to emit if this is not a name.
1462
- // / \param allowOperators Whether to allow operator basenames too.
1463
- DeclNameRef parseUnqualifiedDeclBaseName (bool afterDot, DeclNameLoc &loc,
1464
- const Diagnostic &diag,
1465
- bool allowOperators=false ,
1466
- bool allowDeinitAndSubscript=false );
1467
-
1468
- // / Parse an unqualified-decl-name.
1469
- // /
1470
- // / unqualified-decl-name:
1471
- // / unqualified-decl-base-name
1472
- // / unqualified-decl-base-name '(' ((identifier | '_') ':') + ')'
1473
- // /
1474
- // / \param afterDot Whether this identifier is coming after a period, which
1475
- // / enables '.init' and '.default' like expressions.
1476
- // / \param loc Will be populated with the location of the name.
1477
- // / \param diag The diagnostic to emit if this is not a name.
1478
- // / \param allowOperators Whether to allow operator basenames too.
1479
- // / \param allowZeroArgCompoundNames Whether to allow empty argument lists.
1480
- DeclNameRef parseUnqualifiedDeclName (bool afterDot, DeclNameLoc &loc,
1481
- const Diagnostic &diag,
1482
- bool allowOperators=false ,
1483
- bool allowZeroArgCompoundNames=false ,
1484
- bool allowDeinitAndSubscript=false );
1485
-
1486
1453
Expr *parseExprIdentifier ();
1487
1454
Expr *parseExprEditorPlaceholder (Token PlaceholderTok,
1488
1455
Identifier PlaceholderId);
0 commit comments