![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qglobal.h>
#include <private/qtools_p.h>
#include <algorithm>
Go to the source code of this file.
Functions | |
QT_BEGIN_NAMESPACE bool | is_whitespace (char s) |
bool | is_space (char s) |
bool | is_ident_start (char s) |
bool | is_ident_char (char s) |
bool | is_identifier (const char *s, qsizetype len) |
const char * | skipQuote (const char *data) |
|
inline |
Definition at line 30 of file utils.h.
Referenced by is_identifier(), Moc::lexemUntil(), newState(), and Preprocessor::tokenize().
|
inline |
Definition at line 24 of file utils.h.
Referenced by newState().
|
inline |
Definition at line 35 of file utils.h.
References is_ident_char().
|
inline |
|
inline |
|
inline |
Definition at line 42 of file utils.h.
Referenced by Preprocessor::tokenize().