enum Preprocessor::CurLexerKind

Description

The kind of lexer we're currently working with.

Declared at: clang/include/clang/Lex/Preprocessor.h:619

Enumerators

NameValueComment
CLK_Lexer0
CLK_TokenLexer1
CLK_CachingLexer2
CLK_DependencyDirectivesLexer3
CLK_LexAfterModuleImport4