enum ModuleMap::ModuleHeaderRole

Description

Flags describing the role of a module header.

Declared at: clang/include/clang/Lex/ModuleMap.h:128

Enumerators

NameValueComment
NormalHeader0This header is normally included in the module.
PrivateHeader1This header is included but private.
TextualHeader2This header is part of the module (for layering purposes) but should be textually included.