![]() |
Qt 6.x
The Qt SDK
|
#include <qv4compileddata_p.h>
Public Member Functions | |
Location () | |
Location (quint32 l, quint32 c) | |
bool | operator< (const Location &other) const |
void | set (quint32 line, quint32 column) |
quint32 | line () const |
quint32 | column () const |
Friends | |
size_t | qHash (const Location &location, size_t seed=0) |
bool | operator== (const Location &a, const Location &b) |
Definition at line 93 of file qv4compileddata_p.h.
|
inline |
Definition at line 95 of file qv4compileddata_p.h.
Definition at line 96 of file qv4compileddata_p.h.
References Q_ASSERT.
|
inline |
Definition at line 127 of file qv4compileddata_p.h.
Referenced by QQmlTypeLoader::Blob::dependencyComplete(), QQmlScriptBlob::done(), QQmlTypeData::done(), QmlIR::Object::init(), QQmlJSFunctionInitializer::run(), set(), QV4::Function::sourceLocation(), QQmlTranslationBindingFromBinding::sourceLocation(), and QQmlComponentPrivate::unsetRequiredPropertyToQQmlError().
|
inline |
Definition at line 126 of file qv4compileddata_p.h.
Referenced by createBinding(), QQmlTypeLoader::Blob::dependencyComplete(), QQmlScriptBlob::done(), QQmlTypeData::done(), QmlIR::Object::init(), QQmlJSFunctionInitializer::run(), set(), QV4::Function::sourceLocation(), QQmlTranslationBindingFromBinding::sourceLocation(), and QQmlComponentPrivate::unsetRequiredPropertyToQQmlError().
|
inline |
Definition at line 104 of file qv4compileddata_p.h.
References other().
Definition at line 120 of file qv4compileddata_p.h.
References column(), and line().
Referenced by QmlIR::IRBuilder::appendAlias(), QmlIR::IRBuilder::appendBinding(), QmlIR::IRBuilder::appendBinding(), QmlIR::IRBuilder::resolveQualifiedId(), QmlIR::IRBuilder::setBindingValue(), QmlIR::IRBuilder::setId(), QmlIR::IRBuilder::visit(), and QmlIR::IRBuilder::visit().
Definition at line 115 of file qv4compileddata_p.h.
|
friend |
Definition at line 110 of file qv4compileddata_p.h.