Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ppkeywords.cpp File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static const short pp_keyword_trans [][128]
 
struct { 
 
   PP_Token   token 
 
   short   next 
 
   char   defchar 
 
   short   defnext 
 
   PP_Token   ident 
 
pp_keywords [] 
 

Variable Documentation

◆ defchar

char defchar

Definition at line 102 of file ppkeywords.cpp.

◆ defnext

short defnext

Definition at line 103 of file ppkeywords.cpp.

◆ ident

PP_Token ident

Definition at line 104 of file ppkeywords.cpp.

◆ next

short next

Definition at line 101 of file ppkeywords.cpp.

◆ pp_keyword_trans

const short pp_keyword_trans[][128]
static

Definition at line 7 of file ppkeywords.cpp.

Referenced by Preprocessor::tokenize().

◆ [struct]

const struct { ... } pp_keywords[]

Referenced by Preprocessor::tokenize().

◆ token

PP_Token token

Definition at line 100 of file ppkeywords.cpp.