|  | Qt 6.x
    The Qt SDK | 
 This graph shows which files directly or indirectly include this file:
 This graph shows which files directly or indirectly include this file: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.
| short defnext | 
Definition at line 103 of file ppkeywords.cpp.
| PP_Token ident | 
Definition at line 104 of file ppkeywords.cpp.
| short next | 
Definition at line 101 of file ppkeywords.cpp.
| 
 | static | 
Definition at line 7 of file ppkeywords.cpp.
Referenced by Preprocessor::tokenize().
| const struct { ... } pp_keywords[] | 
Referenced by Preprocessor::tokenize().
| PP_Token token | 
Definition at line 100 of file ppkeywords.cpp.