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
qqmlirbuilder.cpp File Reference

(cfdc612c3022b3f35545fd5e4e0bcd2661f657f1)

#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
 

Macro Definition Documentation

◆ COMPILE_EXCEPTION

#define COMPILE_EXCEPTION ( location,
desc )
Value:
{ \
recordError(location, desc); \
return false; \
}
GLint location

Definition at line 23 of file qqmlirbuilder.cpp.

Referenced by QmlIR::IRBuilder::appendAlias(), QmlIR::IRBuilder::resolveQualifiedId(), QmlIR::IRBuilder::setId(), QmlIR::IRBuilder::visit(), and QmlIR::IRBuilder::visit().

Function Documentation

◆ astNodeToStringList()

static QStringList astNodeToStringList ( QQmlJS::AST::Node * node)
static

Definition at line 945 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:

Variable Documentation

◆ emptyStringIndex