Describes an exported module that has not yet been resolved (perhaps because the module it refers to has not yet been loaded).
More...
#include "clang/Basic/Module.h"
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 272 of file Module.h.
The location of the 'export' keyword in the module map file.
Definition at line 274 of file Module.h.
| ModuleId clang::Module::UnresolvedExportDecl::Id |
The name of the module.
Definition at line 277 of file 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 282 of file Module.h.
The documentation for this struct was generated from the following file: