struct Preprocessor::SubmoduleState

Declaration

struct Preprocessor::SubmoduleState { /* full declaration omitted */ };

Description

Information about a submodule's preprocessor state.

Declared at: clang/include/clang/Lex/Preprocessor.h:843

Member Variables

public clang::Preprocessor::MacroMap Macros
The macros for the submodule.
public clang::VisibleModuleSet VisibleModules
The set of modules that are visible within the submodule.