![]() |
Qt 6.x
The Qt SDK
|
#include "qqmlirbuilder_p.h"#include <private/qv4staticvalue_p.h>#include <private/qv4compileddata_p.h>#include <private/qqmljsparser_p.h>#include <private/qqmljslexer_p.h>#include <private/qv4compilerscanfunctions_p.h>#include <QCoreApplication>#include <QCryptographicHash>#include <cmath>
Include dependency graph for qqmlirbuilder.cpp:Go to the source code of this file.
Classes | |
| struct | PragmaParser< Argument > |
Macros | |
| #define | COMPILE_EXCEPTION(location, desc) |
Functions | |
| static QStringList | astNodeToStringList (QQmlJS::AST::Node *node) |
Variables | |
| static const quint32 | emptyStringIndex = 0 |
Definition at line 23 of file qqmlirbuilder.cpp.
|
static |
Definition at line 973 of file qqmlirbuilder.cpp.
References astNodeToStringList(), QQmlJS::AST::FieldMemberExpression::base, QQmlJS::AST::Node::kind, QQmlJS::AST::Node::Kind_FieldMemberExpression, QQmlJS::AST::Node::Kind_IdentifierExpression, QQmlJS::AST::FieldMemberExpression::name, and QStringView::toString().
Referenced by QmlIR::IRBuilder::appendAlias(), and astNodeToStringList().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 19 of file qqmlirbuilder.cpp.
Referenced by QmlIR::IRBuilder::appendAlias(), QmlIR::IRBuilder::appendBinding(), QmlIR::IRBuilder::defineQMLObject(), QmlIR::IRBuilder::generateFromQml(), QmlIR::IRBuilder::resolveQualifiedId(), QmlIR::IRBuilder::setBindingValue(), QmlIR::IRBuilder::setId(), QmlIR::IRBuilder::visit(), and QmlIR::IRBuilder::visit().