mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[NFC] Adopt new ImportPath types and terminology
# Conflicts: # lib/IDE/CodeCompletion.cpp
This commit is contained in:
@@ -190,7 +190,7 @@ public:
|
||||
|
||||
/// Complete the import decl with importable modules.
|
||||
virtual void
|
||||
completeImportDecl(std::vector<Located<Identifier>> &Path) {};
|
||||
completeImportDecl(ImportPath::Builder &Path) {};
|
||||
|
||||
/// Complete unresolved members after dot.
|
||||
virtual void completeUnresolvedMember(CodeCompletionExpr *E,
|
||||
|
||||
Reference in New Issue
Block a user