[AST] For USR generation, ignore symbols coming from the builtin module.

Swift SVN r17858
This commit is contained in:
Argyrios Kyrtzidis
2014-05-11 00:00:57 +00:00
parent 761c627b38
commit 918f373d97
3 changed files with 10 additions and 0 deletions

View File

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