Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qqmlirbuilder.cpp File Reference

(1224a1c89f07b1a1f42cc67aa707e4c7c0c862e5)

#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.

Function Documentation

◆ astNodeToStringList()

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

Definition at line 953 of file qqmlirbuilder.cpp.

Variable Documentation

◆ emptyStringIndex

const quint32 emptyStringIndex = 0
static

Definition at line 19 of file qqmlirbuilder.cpp.