enum Token::TokenFlags
Declared at: clang/include/clang/Lex/Token.h:72
Enumerators
Name | Value | Comment |
---|---|---|
StartOfLine | 1 | |
LeadingSpace | 2 | |
DisableExpand | 4 | |
NeedsCleaning | 8 | |
LeadingEmptyMacro | 16 | |
HasUDSuffix | 32 | |
HasUCN | 64 | |
IgnoredComma | 128 | |
StringifiedInMacro | 256 | |
CommaAfterElided | 512 | |
IsEditorPlaceholder | 1024 | |
IsReinjected | 2048 |