clang API Documentation
Describes an exported module that has not yet been resolved (perhaps because the module it refers to has not yet been loaded). More...
#include <Module.h>
Public Attributes | |
SourceLocation | ExportLoc |
The location of the 'export' keyword in the module map file. | |
ModuleId | Id |
The name of the module. | |
bool | Wildcard |
Whether this export declaration ends in a wildcard, indicating that all of its submodules should be exported (rather than the named module itself). |
Describes an exported module that has not yet been resolved (perhaps because the module it refers to has not yet been loaded).
Definition at line 210 of file Basic/Module.h.
The location of the 'export' keyword in the module map file.
Definition at line 212 of file Basic/Module.h.
The name of the module.
Definition at line 215 of file Basic/Module.h.
Whether this export declaration ends in a wildcard, indicating that all of its submodules should be exported (rather than the named module itself).
Definition at line 220 of file Basic/Module.h.