File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -1934,9 +1934,6 @@ DeclNameRef formDeclNameRef(ASTContext &ctx,
1934
1934
bool isInitializer,
1935
1935
bool isSubscript = false );
1936
1936
1937
- // / Parse a stringified Swift declaration name, e.g. "init(frame:)".
1938
- DeclName parseDeclName (ASTContext &ctx, StringRef name);
1939
-
1940
1937
// / Whether a given token can be the start of a decl.
1941
1938
bool isKeywordPossibleDeclStart (const Token &Tok);
1942
1939
Original file line number Diff line number Diff line change @@ -1498,10 +1498,6 @@ DeclNameRef swift::formDeclNameRef(ASTContext &ctx,
1498
1498
return DeclNameRef ({ ctx, baseNameId, argumentLabelIds });
1499
1499
}
1500
1500
1501
- DeclName swift::parseDeclName (ASTContext &ctx, StringRef name) {
1502
- return parseDeclName (name).formDeclName (ctx);
1503
- }
1504
-
1505
1501
void PrettyStackTraceParser::print (llvm::raw_ostream &out) const {
1506
1502
out << " With parser at source location: " ;
1507
1503
P.Tok .getLoc ().print (out, P.Context .SourceMgr );
You can’t perform that action at this time.
0 commit comments