mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[AST] For USR generation, ignore symbols coming from the builtin module.
Swift SVN r17858
This commit is contained in:
@@ -394,6 +394,9 @@ public:
|
||||
/// \returns true if this module is the "swift" standard library module.
|
||||
bool isStdlibModule() const;
|
||||
|
||||
/// \returns true if this module is the "builtin" module.
|
||||
bool isBuiltinModule() const;
|
||||
|
||||
/// \returns true if this module is a system module; note that the StdLib is
|
||||
/// considered a system module.
|
||||
bool isSystemModule() const;
|
||||
|
||||
Reference in New Issue
Block a user