Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qqmlirbuilder.cpp File Reference
#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
@ desc

Definition at line 23 of file qqmlirbuilder.cpp.

Function Documentation

◆ astNodeToStringList()

static QStringList astNodeToStringList ( QQmlJS::AST::Node node)
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:

Variable Documentation

◆ emptyStringIndex