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
QV4::Compiler::CodegenWarningInterface Class Reference

#include <qv4codegen_p.h>

Inheritance diagram for QV4::Compiler::CodegenWarningInterface:
Collaboration diagram for QV4::Compiler::CodegenWarningInterface:

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::VisitorunreachableVisitor ()
virtual ~CodegenWarningInterface ()=default

Detailed Description

Definition at line 50 of file qv4codegen_p.h.

Constructor & Destructor Documentation

◆ ~CodegenWarningInterface()

virtual QV4::Compiler::CodegenWarningInterface::~CodegenWarningInterface ( )
virtualdefault

Member Function Documentation

◆ reportFunctionUsedBeforeDeclaration()

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

Reimplemented in CodegenWarningInterface, and CodegenWarningInterface.

Definition at line 54 of file qv4codegen.cpp.

◆ reportVarUsedBeforeDeclaration()

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

Reimplemented in CodegenWarningInterface, and CodegenWarningInterface.

Definition at line 44 of file qv4codegen.cpp.

◆ unreachableVisitor()

virtual QQmlJS::AST::Visitor * QV4::Compiler::CodegenWarningInterface::unreachableVisitor ( )
inlinevirtual

Reimplemented in CodegenWarningInterface, and CodegenWarningInterface.

Definition at line 60 of file qv4codegen_p.h.


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