(a07e9360ed4b31c0088f7b6d1a99dd016c3c31aa)
#include "qqmldomformatdirectivescanner_p.h"
#include <QtCore/QLoggingCategory>
Go to the source code of this file.
|
static QLatin1StringView | QmlFormat::detectNewLine (QStringView code) |
static quint32 | QmlFormat::findLineStartOffset (QStringView m_code, qsizetype pos, QLatin1StringView newLine) |
static quint32 | QmlFormat::findDirectiveEndOffset (QStringView m_code, qsizetype offset, QLatin1StringView newLine) |
static QQmlJS::SourceLocation | QmlFormat::formRegion (QStringView code, const QQmlJS::SourceLocation &off, const QQmlJS::SourceLocation &on, QLatin1StringView newline) |
static QStringView | QmlFormat::commentLineFromLoc (QStringView code, const QQmlJS::SourceLocation &loc, QLatin1StringView newline) |
DisabledRegions | QmlFormat::identifyDisabledRegions (QStringView code, const QList< QQmlJS::SourceLocation > &comments) |
std::optional< Directive > | QmlFormat::directiveFromComment (QStringView commentLine) |