clang
3.9.0
|
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. More... | |
ModuleId | Id |
The name of the module. More... | |
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). More... | |
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 234 of file Basic/Module.h.
SourceLocation clang::Module::UnresolvedExportDecl::ExportLoc |
The location of the 'export' keyword in the module map file.
Definition at line 236 of file Basic/Module.h.
ModuleId clang::Module::UnresolvedExportDecl::Id |
The name of the module.
Definition at line 239 of file Basic/Module.h.
bool clang::Module::UnresolvedExportDecl::Wildcard |
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 244 of file Basic/Module.h.