enum PPKeywordKind

Description

Provides a namespace for preprocessor keywords which start with a '#' at the beginning of the line.

Declared at: clang/include/clang/Basic/TokenKinds.h:33

Enumerators

NameValueComment
pp_not_keyword0
pp_if1
pp_ifdef2
pp_ifndef3
pp_elif4
pp_elifdef5
pp_elifndef6
pp_else7
pp_endif8
pp_defined9
pp_include10
pp___include_macros11
pp_define12
pp_undef13
pp_line14
pp_error15
pp_pragma16
pp_import17
pp_include_next18
pp_warning19
pp_ident20
pp_sccs21
pp_assert22
pp_unassert23
pp___public_macro24
pp___private_macro25
NUM_PP_KEYWORDS26