![]() |
Qt 6.x
The Qt SDK
|
#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.
References QtMiscUtils::isAsciiLetterOrNumber().
Referenced by is_identifier().
|
inline |
Definition at line 35 of file utils.h.
References is_ident_char().
Referenced by Preprocessor::parseDefineArguments().
|
inline |
|
inline |
Definition at line 42 of file utils.h.
Referenced by Preprocessor::tokenize().