Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qqmldomastdumper_p.h File Reference

(f86900fa79dee56db1c0694495a52069b81457c4)

#include "qqmldom_global.h"
#include "qqmldomconstants_p.h"
#include "qqmldomstringdumper_p.h"
#include <QtQml/private/qqmljsglobal_p.h>
#include <QtQml/private/qqmljsastvisitor_p.h>
#include <QtCore/QString>
+ Include dependency graph for qqmldomastdumper_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QQmlJS
 
namespace  QQmlJS::Dom
 

Functions

QStringView QQmlJS::Dom::noStr (SourceLocation)
 
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)
 
QDebug QQmlJS::Dom::operator<< (QDebug d, AST::Node *n)