Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
ppkeywords.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

+ 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.