mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Re-apply "ModulePrinter: Print decls from the same source file near each other."
This reverts commit 1db83907e3.
This commit is contained in:
@@ -140,6 +140,8 @@ public:
|
||||
|
||||
Optional<StringRef> getGroupNameForDecl(const Decl *D) const override;
|
||||
|
||||
Optional<StringRef> getSourceFileNameForDecl(const Decl *D) const override;
|
||||
|
||||
void collectAllGroups(std::vector<StringRef> &Names) const override;
|
||||
|
||||
virtual void getTopLevelDecls(SmallVectorImpl<Decl*> &results) const override;
|
||||
|
||||
Reference in New Issue
Block a user