(10b06123bc11c44d53702090e864b577209ab0f1)
#include "qqmlcodemodel_p.h"
#include "qqmllsplugin_p.h"
#include "qtextdocument_p.h"
#include "qqmllsutils_p.h"
#include <QtCore/qfileinfo.h>
#include <QtCore/qdir.h>
#include <QtCore/qthreadpool.h>
#include <QtCore/qlibraryinfo.h>
#include <QtCore/qprocess.h>
#include <QtCore/qdiriterator.h>
#include <QtQmlDom/private/qqmldomtop_p.h>
#include <QtQmlCompiler/private/qqmljsutils_p.h>
#include <memory>
#include <algorithm>
Go to the source code of this file.
|
| enum | QmlLsp::VersionCheckResult {
QmlLsp::ClosedDocument
, QmlLsp::VersionLowerThanDocument
, QmlLsp::VersionLowerThanSnapshot
, QmlLsp::VersionOk
,
QmlLsp::ClosedDocument
, QmlLsp::VersionLowerThanDocument
, QmlLsp::VersionLowerThanSnapshot
, QmlLsp::VersionOk
} |
| enum | QmlLsp::VersionCheckResultForValidDocument { QmlLsp::VersionLowerThanValidSnapshot
, QmlLsp::VersionOkForValidDocument
, QmlLsp::VersionLowerThanValidSnapshot
, QmlLsp::VersionOkForValidDocument
} |
| enum | QmlLsp::VersionCheckResult {
QmlLsp::ClosedDocument
, QmlLsp::VersionLowerThanDocument
, QmlLsp::VersionLowerThanSnapshot
, QmlLsp::VersionOk
,
QmlLsp::ClosedDocument
, QmlLsp::VersionLowerThanDocument
, QmlLsp::VersionLowerThanSnapshot
, QmlLsp::VersionOk
} |
| enum | QmlLsp::VersionCheckResultForValidDocument { QmlLsp::VersionLowerThanValidSnapshot
, QmlLsp::VersionOkForValidDocument
, QmlLsp::VersionLowerThanValidSnapshot
, QmlLsp::VersionOkForValidDocument
} |
|
| static int | QmlLsp::cmakeJobsFromSettings (QQmlToolingSharedSettings *settings, const QString &rootPath, int defaultValue) |
| VersionCheckResult | QmlLsp::checkVersion (const OpenDocument &doc, int version) |
| static VersionCheckResultForValidDocument | QmlLsp::checkVersionForValidDocument (const OpenDocument &doc, int version) |
| static void | QmlLsp::updateItemInSnapshot (const DomItem &item, const DomItem &validItem, const QByteArray &url, OpenDocument *doc, int version, UpdatePolicy policy) |
| static QStringList | QmlLsp::withDependentBuildDirectories (QStringList &&buildPaths) |
| static ModuleSetting * | QmlLsp::moduleSettingFor (const QString &sourceFolder, ModuleSettings *moduleSettings, UpdatePolicy policy) |
| static QStringList | QmlLsp::asStringList (const QVariant &variant) |
| static void | QmlLsp::handleArrayStartingAt0 (QSettings *settings, ModuleSettings *moduleSettings, UpdatePolicy policy) |
| static void | QmlLsp::loadWorkspacesV2 (QSettings *settings, ModuleSettings *moduleSettings, UpdatePolicy policy) |