mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
AST: rename printDeclUSRForModuleDoc to printDeclUSR. NFC
This commit is contained in:
@@ -545,7 +545,7 @@ public:
|
||||
RenameRangeCollector(const ValueDecl *D, StringRef newName)
|
||||
: newName(newName.str()) {
|
||||
llvm::raw_string_ostream OS(USR);
|
||||
printDeclUSR(D, OS);
|
||||
printValueDeclUSR(D, OS);
|
||||
}
|
||||
|
||||
ArrayRef<RenameLoc> results() const { return locations; }
|
||||
|
||||
Reference in New Issue
Block a user