![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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>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) |
| bool operator!= | ( | const IdMemberShadow & | lhs, |
| const IdMemberShadow & | rhs ) |
Definition at line 26 of file qqmljslintercodegen.cpp.
References operator==().
| bool operator== | ( | const IdMemberShadow & | lhs, |
| const IdMemberShadow & | rhs ) |
Definition at line 21 of file qqmljslintercodegen.cpp.
Referenced by operator!=().
| size_t qHash | ( | const IdMemberShadow & | idShadowsMember, |
| size_t | seed = 0 ) |
Definition at line 30 of file qqmljslintercodegen.cpp.