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
keywords.cpp File Reference

(566e5e1acf22ca566e9a256cab04acd1f7d06ce2)

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static const short keyword_trans [][128]
 
struct { 
 
   Token   token 
 
   short   next 
 
   char   defchar 
 
   short   defnext 
 
   Token   ident 
 
keywords [] 
 

Variable Documentation

◆ defchar

char defchar

Definition at line 446 of file keywords.cpp.

Referenced by Preprocessor::tokenize().

◆ defnext

short defnext

Definition at line 447 of file keywords.cpp.

Referenced by Preprocessor::tokenize().

◆ ident

Token ident

Definition at line 448 of file keywords.cpp.

Referenced by Preprocessor::tokenize().

◆ keyword_trans

static const short keyword_trans
static

Definition at line 7 of file keywords.cpp.

Referenced by Preprocessor::tokenize().

◆ [struct]

static const struct { ... } keywords

◆ next

static const Symbol & next
inline

Definition at line 445 of file keywords.cpp.

Referenced by Preprocessor::tokenize().

◆ token

Token token

Definition at line 444 of file keywords.cpp.

Referenced by Preprocessor::tokenize().