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
Name | Value | Comment |
---|---|---|
LMM_AlreadyLoaded | 0 | The module map file had already been loaded. |
LMM_NewlyLoaded | 1 | The module map file was loaded by this invocation. |
LMM_NoDirectory | 2 | There is was directory with the given name. |
LMM_InvalidModuleMap | 3 | There was either no module map file or the module map file was invalid. |