![]() |
Qt 6.x
The Qt SDK
|
#include "qqmldomreformatter_p.h"
#include "qqmldomcomments_p.h"
#include <QtQml/private/qqmljsast_p.h>
#include <QtQml/private/qqmljsastvisitor_p.h>
#include <QtQml/private/qqmljsengine_p.h>
#include <QtQml/private/qqmljslexer_p.h>
#include <QString>
#include <limits>
Go to the source code of this file.
Classes | |
class | QQmlJS::Dom::Rewriter |
Namespaces | |
namespace | QQmlJS |
namespace | QQmlJS::Dom |
Functions | |
void | QQmlJS::Dom::reformatAst (OutWriter &lw, std::shared_ptr< AstComments > comments, const std::function< QStringView(SourceLocation)> loc2Str, AST::Node *n) |