[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:
Brent Royal-Gordon
2020-08-31 13:41:27 -07:00
parent cff4ddf13a
commit 6da428a38e
4 changed files with 15 additions and 15 deletions

View File

@@ -1514,7 +1514,7 @@ public:
return getImportPath().getModulePath(getImportKind());
}
ImportPath::Access getDeclPath() const {
ImportPath::Access getAccessPath() const {
return getImportPath().getAccessPath(getImportKind());
}