Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CodegenWarningInterface Class Referencefinal
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
void reportFunctionUsedBeforeDeclaration (const QString &name, const QString &fileName, QQmlJS::SourceLocation declarationLocation, QQmlJS::SourceLocation accessLocation) override
UnreachableVisitorunreachableVisitor () override
 CodegenWarningInterface (QQmlJSLogger *logger)
void reportVarUsedBeforeDeclaration (const QString &name, const QString &fileName, QQmlJS::SourceLocation declarationLocation, QQmlJS::SourceLocation accessLocation) override
void reportFunctionUsedBeforeDeclaration (const QString &name, const QString &fileName, QQmlJS::SourceLocation declarationLocation, QQmlJS::SourceLocation accessLocation) override
UnreachableVisitorunreachableVisitor () override
Public Member Functions inherited from QV4::Compiler::CodegenWarningInterface
virtual ~CodegenWarningInterface ()=default

Detailed Description

Definition at line 106 of file qqmljslinter.cpp.

Constructor & Destructor Documentation

◆ CodegenWarningInterface() [1/2]

CodegenWarningInterface::CodegenWarningInterface ( QQmlJSLogger * logger)
inline

Definition at line 109 of file qqmljslinter.cpp.

◆ CodegenWarningInterface() [2/2]

CodegenWarningInterface::CodegenWarningInterface ( QQmlJSLogger * logger)
inline

Definition at line 109 of file qqmljslinter.cpp.

Member Function Documentation

◆ reportFunctionUsedBeforeDeclaration() [1/2]

void CodegenWarningInterface::reportFunctionUsedBeforeDeclaration ( const QString & name,
const QString & fileName,
QQmlJS::SourceLocation declarationLocation,
QQmlJS::SourceLocation accessLocation )
inlineoverridevirtual

Reimplemented from QV4::Compiler::CodegenWarningInterface.

Definition at line 125 of file qqmljslinter.cpp.

◆ reportFunctionUsedBeforeDeclaration() [2/2]

void CodegenWarningInterface::reportFunctionUsedBeforeDeclaration ( const QString & name,
const QString & fileName,
QQmlJS::SourceLocation declarationLocation,
QQmlJS::SourceLocation accessLocation )
inlineoverridevirtual

Reimplemented from QV4::Compiler::CodegenWarningInterface.

Definition at line 125 of file qqmljslinter.cpp.

◆ reportVarUsedBeforeDeclaration() [1/2]

void CodegenWarningInterface::reportVarUsedBeforeDeclaration ( const QString & name,
const QString & fileName,
QQmlJS::SourceLocation declarationLocation,
QQmlJS::SourceLocation accessLocation )
inlineoverridevirtual

Reimplemented from QV4::Compiler::CodegenWarningInterface.

Definition at line 113 of file qqmljslinter.cpp.

◆ reportVarUsedBeforeDeclaration() [2/2]

void CodegenWarningInterface::reportVarUsedBeforeDeclaration ( const QString & name,
const QString & fileName,
QQmlJS::SourceLocation declarationLocation,
QQmlJS::SourceLocation accessLocation )
inlineoverridevirtual

Reimplemented from QV4::Compiler::CodegenWarningInterface.

Definition at line 113 of file qqmljslinter.cpp.

◆ unreachableVisitor() [1/2]

UnreachableVisitor * CodegenWarningInterface::unreachableVisitor ( )
inlineoverridevirtual

Reimplemented from QV4::Compiler::CodegenWarningInterface.

Definition at line 137 of file qqmljslinter.cpp.

◆ unreachableVisitor() [2/2]

UnreachableVisitor * CodegenWarningInterface::unreachableVisitor ( )
inlineoverridevirtual

Reimplemented from QV4::Compiler::CodegenWarningInterface.

Definition at line 137 of file qqmljslinter.cpp.


The documentation for this class was generated from the following file: