![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "preprocessor.h"
#include "utils.h"
#include <qstringlist.h>
#include <qfile.h>
#include <qdir.h>
#include <qfileinfo.h>
#include <qvarlengtharray.h>
#include "ppkeywords.cpp"
#include "keywords.cpp"
Go to the source code of this file.
Classes | |
class | PP_Expression |
Functions | |
static QByteArray | cleaned (const QByteArray &input) |
static QByteArray | readOrMapFile (QFile *file) |
static void | mergeStringLiterals (Symbols *_symbols) |
static QByteArray | searchIncludePaths (const QList< Parser::IncludePath > &includepaths, const QByteArray &include, const bool debugIncludes) |
|
static |
Definition at line 23 of file preprocessor.cpp.
References is_space().
Definition at line 966 of file preprocessor.cpp.
|
static |
Definition at line 959 of file preprocessor.cpp.
|
static |
Definition at line 996 of file preprocessor.cpp.