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
qqmlsa.cpp File Reference

(ecf78f31908edfd343e9447cfe4ac0b53cbabd18)

#include "qqmlsa.h"
#include "qqmlsa_p.h"
#include "qqmlsasourcelocation.h"
#include "qqmljsscope_p.h"
#include "qqmljslogger_p.h"
#include "qqmljstyperesolver_p.h"
#include "qqmljsimportvisitor_p.h"
#include "qqmljsutils_p.h"
#include "qdeferredpointer_p.h"
#include <QtQmlCompiler/private/qqmlsasourcelocation_p.h>
#include <memory>
Include dependency graph for qqmlsa.cpp:

Go to the source code of this file.

Classes

class  QQmlSA::GenericPassPrivate

Namespaces

namespace  QQmlSA
 \inmodule QtQmlCompiler

Enumerations

enum  QQmlSA::LookupMode { QQmlSA::Register , QQmlSA::Lookup , QQmlSA::Register , QQmlSA::Lookup }
enum  QQmlSA::LookupMode { QQmlSA::Register , QQmlSA::Lookup , QQmlSA::Register , QQmlSA::Lookup }

Functions

static QString QQmlSA::lookupName (const QQmlSA::Element &element, LookupMode mode=Lookup)
static QQmlJS::ChildScopesIterator QQmlSA::childScopesBegin (const Element &element)
static QQmlJS::ChildScopesIterator QQmlSA::childScopesEnd (const Element &element)
Q_QMLCOMPILER_EXPORT void QQmlSA::emitWarningWithOptionalFix (GenericPass &pass, QAnyStringView diagnostic, const LoggerWarningId &id, const QQmlSA::SourceLocation &srcLocation, const std::optional< QQmlJSFixSuggestion > &fix)
bool QQmlSA::isRegularBindingType (BindingType type)