add support to getTopLevelDecls for clang submodules (#76401)

rdar://126031510
This commit is contained in:
QuietMisdreavus
2025-01-30 09:39:58 -07:00
committed by GitHub
parent b3275d9db3
commit ab26b8b9d7
23 changed files with 693 additions and 277 deletions

View File

@@ -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.