Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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 [] | |
char defchar |
Definition at line 446 of file keywords.cpp.
Referenced by Preprocessor::tokenize().
short defnext |
Definition at line 447 of file keywords.cpp.
Referenced by Preprocessor::tokenize().
Token ident |
Definition at line 448 of file keywords.cpp.
Referenced by Preprocessor::tokenize().
|
static |
Definition at line 7 of file keywords.cpp.
Referenced by Preprocessor::tokenize().
static const struct { ... } keywords |
|
inline |
Definition at line 445 of file keywords.cpp.
Referenced by Preprocessor::tokenize().
Token token |
Definition at line 444 of file keywords.cpp.
Referenced by Preprocessor::tokenize().