enum ImportAction::ActionKind
Declared at: clang/include/clang/Lex/Preprocessor.h:2481
Enumerators
Name | Value | Comment |
---|---|---|
None | 0 | |
ModuleBegin | 1 | |
ModuleImport | 2 | |
HeaderUnitImport | 3 | |
SkippedModuleImport | 4 | |
Failure | 5 |
Declared at: clang/include/clang/Lex/Preprocessor.h:2481
Name | Value | Comment |
---|---|---|
None | 0 | |
ModuleBegin | 1 | |
ModuleImport | 2 | |
HeaderUnitImport | 3 | |
SkippedModuleImport | 4 | |
Failure | 5 |