clang API Documentation

Public Attributes
clang::Module::UnresolvedExportDecl Struct Reference

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>

Collaboration diagram for clang::Module::UnresolvedExportDecl:
Collaboration graph
[legend]

List of all members.

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).

Detailed Description

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.


Member Data Documentation

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.


The documentation for this struct was generated from the following file: