clang  3.7.0
Public Attributes | List of all members
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:
[legend]

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

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 233 of file Basic/Module.h.

Member Data Documentation

SourceLocation clang::Module::UnresolvedExportDecl::ExportLoc

The location of the 'export' keyword in the module map file.

Definition at line 235 of file Basic/Module.h.

ModuleId clang::Module::UnresolvedExportDecl::Id

The name of the module.

Definition at line 238 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 243 of file Basic/Module.h.


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