mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Sema: Replace some uses of getBaseIdentifier() with userFacingName()
This commit is contained in:
@@ -2851,7 +2851,7 @@ public:
|
||||
|
||||
// Base name
|
||||
addLeadingDot(Builder);
|
||||
Builder.addTextChunk(AFD->getBaseName().getIdentifier().str());
|
||||
Builder.addTextChunk(AFD->getBaseName().userFacingName());
|
||||
|
||||
// Add the argument labels.
|
||||
auto ArgLabels = AFD->getFullName().getArgumentNames();
|
||||
|
||||
Reference in New Issue
Block a user