enum HeaderSearch::LoadModuleMapResult

Description

Describes what happened when we tried to load a module map file.

Declared at: clang/include/clang/Lex/HeaderSearch.h:869

Enumerators

NameValueComment
LMM_AlreadyLoaded0The module map file had already been loaded.
LMM_NewlyLoaded1The module map file was loaded by this invocation.
LMM_NoDirectory2There is was directory with the given name.
LMM_InvalidModuleMap3There was either no module map file or the module map file was invalid.