![]() |
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 454 of file keywords.cpp.
Referenced by Preprocessor::tokenize().
| short defnext |
Definition at line 455 of file keywords.cpp.
Referenced by Preprocessor::tokenize().
| Token ident |
Definition at line 456 of file keywords.cpp.
Referenced by Preprocessor::tokenize().
|
static |
Definition at line 7 of file keywords.cpp.
Referenced by Preprocessor::tokenize().
| const struct { ... } keywords |
|
inline |
Definition at line 453 of file keywords.cpp.
Referenced by Preprocessor::tokenize().
| Token token |
Definition at line 452 of file keywords.cpp.
Referenced by Preprocessor::tokenize().