![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4codegen_p.h>
Public Member Functions | |
virtual void | reportVarUsedBeforeDeclaration (const QString &name, const QString &fileName, QQmlJS::SourceLocation declarationLocation, QQmlJS::SourceLocation accessLocation) |
virtual void | reportFunctionUsedBeforeDeclaration (const QString &name, const QString &fileName, QQmlJS::SourceLocation declarationLocation, QQmlJS::SourceLocation accessLocation) |
virtual QQmlJS::AST::Visitor * | unreachableVisitor () |
virtual | ~CodegenWarningInterface ()=default |
Definition at line 50 of file qv4codegen_p.h.
|
virtualdefault |
|
virtual |
Reimplemented in CodegenWarningInterface, and CodegenWarningInterface.
Definition at line 54 of file qv4codegen.cpp.
|
virtual |
Reimplemented in CodegenWarningInterface, and CodegenWarningInterface.
Definition at line 44 of file qv4codegen.cpp.
|
inlinevirtual |
Reimplemented in CodegenWarningInterface, and CodegenWarningInterface.
Definition at line 60 of file qv4codegen_p.h.