mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Module::getImportedModules can now get public, private, or all imports.
...whereas before the only options were "public" and "all". No functionality change. Swift SVN r13849
This commit is contained in:
@@ -350,10 +350,8 @@ public:
|
||||
OperatorDecl *lookupOperator(Identifier name, DeclKind fixity);
|
||||
|
||||
/// Adds any imported modules to the given vector.
|
||||
///
|
||||
/// Unless \p includePrivate is true, only re-exported modules are included.
|
||||
void getImportedModules(SmallVectorImpl<Module::ImportedModule> &results,
|
||||
bool includePrivate);
|
||||
Module::ImportFilter filter);
|
||||
|
||||
void getImportDecls(SmallVectorImpl<Decl *> &Results);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user