![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmljslintercodegen_p.h>
Additional Inherited Members | |
Public Types inherited from QQmlJSAotCompiler | |
enum | Flag { NoFlags = 0x0 , ValidateBasicBlocks = 0x1 } |
Public Attributes inherited from QQmlJSAotCompiler | |
Flags | m_flags |
Protected Member Functions inherited from QQmlJSAotCompiler | |
std::optional< QList< QQmlJS::DiagnosticMessage > > | finalizeBindingOrFunction () |
virtual QQmlJS::DiagnosticMessage | diagnose (const QString &message, QtMsgType type, const QQmlJS::SourceLocation &location) const |
Protected Attributes inherited from QQmlJSAotCompiler | |
QQmlJSTypeResolver | m_typeResolver |
const QString | m_resourcePath |
const QStringList | m_qmldirFiles |
const QmlIR::Document * | m_document = nullptr |
const QmlIR::Object * | m_currentObject = nullptr |
const QmlIR::Object * | m_currentScope = nullptr |
const QV4::Compiler::JSUnitGenerator * | m_unitGenerator = nullptr |
QQmlJSImporter * | m_importer = nullptr |
QQmlJSLogger * | m_logger = nullptr |
Definition at line 41 of file qqmljslintercodegen_p.h.
QQmlJSLinterCodegen::QQmlJSLinterCodegen | ( | QQmlJSImporter * | importer, |
const QString & | fileName, | ||
const QStringList & | qmldirFiles, | ||
QQmlJSLogger * | logger, | ||
const ContextPropertyInfo & | contextPropertyInfo ) |
Definition at line 20 of file qqmljslintercodegen.cpp.
References QQmlJSLinterCodegen().
Referenced by QQmlJSLinterCodegen().
|
overridevirtual |
Reimplemented from QQmlJSAotCompiler.
Definition at line 37 of file qqmljslintercodegen.cpp.
|
overridevirtual |
Reimplemented from QQmlJSAotCompiler.
Definition at line 63 of file qqmljslintercodegen.cpp.
|
inline |
Definition at line 65 of file qqmljslintercodegen_p.h.
|
overridevirtual |
Reimplemented from QQmlJSAotCompiler.
Definition at line 28 of file qqmljslintercodegen.cpp.
void QQmlJSLinterCodegen::setPassManager | ( | QQmlSA::PassManager * | passManager | ) |
Definition at line 86 of file qqmljslintercodegen.cpp.
|
inline |
Definition at line 56 of file qqmljslintercodegen_p.h.
|
inline |
Definition at line 61 of file qqmljslintercodegen_p.h.