![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
CodegenWarningInterface (QQmlJSLogger *logger) | |
void | reportVarUsedBeforeDeclaration (const QString &name, const QString &fileName, QQmlJS::SourceLocation declarationLocation, QQmlJS::SourceLocation accessLocation) override |
![]() | |
virtual void | reportVarUsedBeforeDeclaration (const QString &name, const QString &fileName, QQmlJS::SourceLocation declarationLocation, QQmlJS::SourceLocation accessLocation) |
virtual | ~CodegenWarningInterface ()=default |
Definition at line 41 of file qqmljslinter.cpp.
|
inline |
Definition at line 44 of file qqmljslinter.cpp.
|
inlineoverridevirtual |
Reimplemented from QV4::Compiler::CodegenWarningInterface.
Definition at line 46 of file qqmljslinter.cpp.
References arg, fileName, QQmlJSLogger::log(), Q_UNUSED, qmlVarUsedBeforeDeclaration, QQmlJS::SourceLocation::startColumn, and QQmlJS::SourceLocation::startLine.