Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
ppkeywords.cpp File Reference

(f2ef86168843334df712008f1735631ebb8fa963)

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.

Referenced by Preprocessor::tokenize().

◆ defnext

short defnext

Definition at line 103 of file ppkeywords.cpp.

Referenced by Preprocessor::tokenize().

◆ ident

PP_Token ident

Definition at line 104 of file ppkeywords.cpp.

Referenced by Preprocessor::tokenize().

◆ next

short next

Definition at line 101 of file ppkeywords.cpp.

Referenced by Preprocessor::tokenize().

◆ pp_keyword_trans

const short pp_keyword_trans
static

Definition at line 7 of file ppkeywords.cpp.

Referenced by Preprocessor::tokenize().

◆ [struct]

const struct { ... } pp_keywords

◆ token

PP_Token token

Definition at line 100 of file ppkeywords.cpp.

Referenced by Preprocessor::tokenize().