AST: rename printDeclUSRForModuleDoc to printDeclUSR. NFC

This commit is contained in:
Xi Ge
2019-10-07 16:29:52 -07:00
parent 5430ad50fa
commit dd33540231
12 changed files with 25 additions and 25 deletions

View File

@@ -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) {