mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Rename lookupModuleAlias to getRealModuleName
This commit is contained in:
@@ -1565,7 +1565,7 @@ ImportedModule::removeDuplicates(SmallVectorImpl<ImportedModule> &imports) {
|
||||
|
||||
Identifier ModuleDecl::getRealName() const {
|
||||
// This will return the real name for an alias (if used) or getName()
|
||||
return getASTContext().lookupModuleAlias(getName());
|
||||
return getASTContext().getRealModuleName(getName());
|
||||
}
|
||||
|
||||
Identifier ModuleDecl::getABIName() const {
|
||||
|
||||
Reference in New Issue
Block a user