mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[modules] Introduce APIs to get the path for the file that a module came from.
Swift SVN r7890
This commit is contained in:
@@ -126,6 +126,8 @@ public:
|
||||
|
||||
virtual void getDisplayDecls(const Module *module,
|
||||
SmallVectorImpl<Decl*> &results) override;
|
||||
|
||||
StringRef getModuleFilename(const Module *Module) override;
|
||||
};
|
||||
|
||||
} // end namespace swift
|
||||
|
||||
Reference in New Issue
Block a user