mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
add support to getTopLevelDecls for clang submodules (#76401)
rdar://126031510
This commit is contained in:
@@ -195,8 +195,6 @@ public:
|
||||
virtual Identifier
|
||||
getDiscriminatorForPrivateDecl(const Decl *D) const = 0;
|
||||
|
||||
virtual bool shouldCollectDisplayDecls() const { return true; }
|
||||
|
||||
/// Finds all top-level decls in this file.
|
||||
///
|
||||
/// This does a simple local lookup, not recursively looking through imports.
|
||||
|
||||
Reference in New Issue
Block a user