AST: Introduce ModuleDecl::isClangHeaderImportModule() convenience.

This commit is contained in:
Allan Shortlidge
2024-09-27 11:28:23 -07:00
parent a2d9808128
commit 07b84fccfb
6 changed files with 15 additions and 13 deletions

View File

@@ -147,7 +147,7 @@ public:
virtual void dumpSwiftLookupTables() const = 0;
/// Returns the module that contains imports and declarations from all loaded
/// Objective-C header files.
/// header files.
virtual ModuleDecl *getImportedHeaderModule() const = 0;
/// Retrieves the Swift wrapper for the given Clang module, creating