clang 19.0.0git
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 "clang/Basic/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).
 

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 418 of file Module.h.

Member Data Documentation

◆ ExportLoc

SourceLocation clang::Module::UnresolvedExportDecl::ExportLoc

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

Definition at line 420 of file Module.h.

◆ Id

ModuleId clang::Module::UnresolvedExportDecl::Id

The name of the module.

Definition at line 423 of file Module.h.

◆ Wildcard

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 428 of file Module.h.


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