![]() |
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 | pp_keyword_trans [][128] |
struct { | |
PP_Token token | |
short next | |
char defchar | |
short defnext | |
PP_Token ident | |
} | pp_keywords [] |
char defchar |
Definition at line 102 of file ppkeywords.cpp.
Referenced by Preprocessor::tokenize().
short defnext |
Definition at line 103 of file ppkeywords.cpp.
Referenced by Preprocessor::tokenize().
PP_Token ident |
Definition at line 104 of file ppkeywords.cpp.
Referenced by Preprocessor::tokenize().
short next |
Definition at line 101 of file ppkeywords.cpp.
Referenced by Preprocessor::tokenize().
|
static |
Definition at line 7 of file ppkeywords.cpp.
Referenced by Preprocessor::tokenize().
const struct { ... } pp_keywords |
PP_Token token |
Definition at line 100 of file ppkeywords.cpp.
Referenced by Preprocessor::tokenize().