![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for CodegenWarningInterface:
Collaboration diagram for CodegenWarningInterface:Public Member Functions | |
| CodegenWarningInterface (QQmlJSLogger *logger) | |
| void | reportVarUsedBeforeDeclaration (const QString &name, const QString &fileName, QQmlJS::SourceLocation declarationLocation, QQmlJS::SourceLocation accessLocation) override |
Public Member Functions inherited from QV4::Compiler::CodegenWarningInterface | |
| 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.
Here is the call graph for this function: