mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[NFC] Rename “DeclPath” -> “AccessPath”
To avoid ambiguity, ImportResolution and a few other things used the term “decl path” instead of “access path”. Switch back to the correct terminology now that the compiler is becoming more consistent about it.
This commit is contained in:
@@ -1514,7 +1514,7 @@ public:
|
||||
return getImportPath().getModulePath(getImportKind());
|
||||
}
|
||||
|
||||
ImportPath::Access getDeclPath() const {
|
||||
ImportPath::Access getAccessPath() const {
|
||||
return getImportPath().getAccessPath(getImportKind());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user