enum ModuleHeaderMode

Description

Whether headers used to construct C++20 module units should be looked up by the path supplied on the command line, or in the user or system search paths.

Declared at: clang/include/clang/Driver/Driver.h:61

Enumerators

NameValueComment
HeaderMode_None0
HeaderMode_Default1
HeaderMode_User2
HeaderMode_System3