mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Use "SPI group" for the name used in an @_spi attribute
This commit is contained in:
@@ -458,10 +458,10 @@ public:
|
||||
ObjCSelector selector,
|
||||
SmallVectorImpl<AbstractFunctionDecl *> &results) const;
|
||||
|
||||
/// Find all SPI imported from \p importedModule by this module, collecting
|
||||
/// their identifiers in \p spis.
|
||||
void lookupImportedSPIs(const ModuleDecl *importedModule,
|
||||
SmallVectorImpl<Identifier> &spis) const;
|
||||
/// Find all SPI names imported from \p importedModule by this module,
|
||||
/// collecting the identifiers in \p spiGroups.
|
||||
void lookupImportedSPIGroups(const ModuleDecl *importedModule,
|
||||
SmallVectorImpl<Identifier> &spiGroups) const;
|
||||
|
||||
/// \sa getImportedModules
|
||||
enum class ImportFilterKind {
|
||||
|
||||
Reference in New Issue
Block a user