enum Preprocessor::CurLexerKind
Description
The kind of lexer we're currently working with.
Declared at: clang/include/clang/Lex/Preprocessor.h:619
Enumerators
Name | Value | Comment |
---|---|---|
CLK_Lexer | 0 | |
CLK_TokenLexer | 1 | |
CLK_CachingLexer | 2 | |
CLK_DependencyDirectivesLexer | 3 | |
CLK_LexAfterModuleImport | 4 |