mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
AST: rename printDeclUSRForModuleDoc to printDeclUSR. NFC
This commit is contained in:
@@ -829,7 +829,7 @@ bool SwiftLangSupport::printDisplayName(const swift::ValueDecl *D,
|
||||
}
|
||||
|
||||
bool SwiftLangSupport::printUSR(const ValueDecl *D, llvm::raw_ostream &OS) {
|
||||
return ide::printDeclUSR(D, OS);
|
||||
return ide::printValueDeclUSR(D, OS);
|
||||
}
|
||||
|
||||
bool SwiftLangSupport::printDeclTypeUSR(const ValueDecl *D, llvm::raw_ostream &OS) {
|
||||
|
||||
Reference in New Issue
Block a user