Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qqmldomastdumper.cpp File Reference

(14785c28679923e82f9047331235b6181609bad1)

#include "qqmldomastdumper_p.h"
#include "qqmldomerrormessage_p.h"
#include <QtQml/private/qqmljsast_p.h>
#include <QtCore/QDebug>
#include <QtCore/QString>
#include <QtCore/QTextStream>
Include dependency graph for qqmldomastdumper.cpp:

Go to the source code of this file.

Classes

class  QQmlJS::Dom::AstDumper

Namespaces

namespace  QQmlJS
namespace  QQmlJS::Dom

Functions

QDebug QQmlJS::Dom::operator<< (QDebug d, AST::Node *n)
QString QQmlJS::Dom::lineDiff (QString s1, QString s2, int nContext)
QString QQmlJS::Dom::astNodeDiff (AST::Node *n1, AST::Node *n2, int nContext, AstDumperOptions opt, int indent, function_ref< QStringView(SourceLocation)>loc2str1, function_ref< QStringView(SourceLocation)>loc2str2)
void QQmlJS::Dom::astNodeDumper (const Sink &s, Node *n, AstDumperOptions opt, int indent, int baseIndent, function_ref< QStringView(SourceLocation)>loc2str)
QString QQmlJS::Dom::astNodeDump (Node *n, AstDumperOptions opt, int indent, int baseIndent, function_ref< QStringView(SourceLocation)>loc2str)