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
qqmljslintercodegen_p.h File Reference

(a6f8cf4274ddc7c1465410d6a15677040262f8a7)

#include <QString>
#include <QFile>
#include <QList>
#include <variant>
#include <private/qqmlirbuilder_p.h>
#include <private/qqmljscompilepass_p.h>
#include <private/qqmljscompiler_p.h>
#include <private/qqmljscontextproperties_p.h>
#include <private/qqmljsdiagnosticmessage_p.h>
#include <private/qqmljslintertypepropagator_p.h>
#include <private/qqmljslogger_p.h>
#include <private/qqmljsscope_p.h>
#include <private/qqmljstypepropagator_p.h>
#include <private/qqmljstyperesolver_p.h>
#include <private/qqmljsusercontextproperties_p.h>
Include dependency graph for qqmljslintercodegen_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  IdMemberShadow
class  QQmlJSLinterCodegen

Namespaces

namespace  QQmlSA
 \inmodule QtQmlCompiler

Functions

bool operator== (const IdMemberShadow &lhs, const IdMemberShadow &rhs)
bool operator!= (const IdMemberShadow &lhs, const IdMemberShadow &rhs)
size_t qHash (const IdMemberShadow &idShadowsMember, size_t seed=0)

Function Documentation

◆ operator!=()

bool operator!= ( const IdMemberShadow & lhs,
const IdMemberShadow & rhs )

Definition at line 26 of file qqmljslintercodegen.cpp.

References operator==().

Here is the call graph for this function:

◆ operator==()

bool operator== ( const IdMemberShadow & lhs,
const IdMemberShadow & rhs )

Definition at line 21 of file qqmljslintercodegen.cpp.

Referenced by operator!=().

Here is the caller graph for this function:

◆ qHash()

size_t qHash ( const IdMemberShadow & idShadowsMember,
size_t seed = 0 )

Definition at line 30 of file qqmljslintercodegen.cpp.