Sema: Replace some uses of getBaseIdentifier() with userFacingName()

This commit is contained in:
Slava Pestov
2018-03-14 01:20:00 -07:00
parent 1f7ac24e9b
commit 615d068d63
12 changed files with 36 additions and 27 deletions

View File

@@ -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();