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

(984ad9019a62a9a130647dbd765e38ee2e6250c1)

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 454 of file keywords.cpp.

Referenced by Preprocessor::tokenize().

◆ defnext

short defnext

Definition at line 455 of file keywords.cpp.

Referenced by Preprocessor::tokenize().

◆ ident

Token ident

Definition at line 456 of file keywords.cpp.

Referenced by Preprocessor::tokenize().

◆ keyword_trans

const short keyword_trans
static

Definition at line 7 of file keywords.cpp.

Referenced by Preprocessor::tokenize().

◆ [struct]

const struct { ... } keywords

◆ next

const Symbol & next
inline

Definition at line 453 of file keywords.cpp.

Referenced by Preprocessor::tokenize().

◆ token

Token token

Definition at line 452 of file keywords.cpp.

Referenced by Preprocessor::tokenize().