4#ifndef QQMLSASOURCELOCATION_H
5#define QQMLSASOURCELOCATION_H
7#include <QtQmlCompiler/qtqmlcompilerexports.h>
9#include <QtCore/qstringview.h>
19class SourceLocationPrivate;
32 memset(
other.m_data, 0, sizeofSourceLocation);
38 memset(
other.m_data, 0, sizeofSourceLocation);
63 return operatorEqualsImpl(lhs, rhs);
76 alignas(int)
char m_data[sizeofSourceLocation] = {};
friend bool operator!=(const SourceLocation &lhs, const SourceLocation &rhs)
friend qsizetype qHash(const SourceLocation &location, qsizetype seed=0)
SourceLocation & operator=(SourceLocation &&other) noexcept
SourceLocation & operator=(const SourceLocation &)
friend bool operator==(const SourceLocation &lhs, const SourceLocation &rhs)
Combined button and popup list for selecting options.
GLenum GLuint GLenum GLsizei length
GLenum GLuint GLintptr offset
static Q_CONSTINIT QBasicAtomicInteger< unsigned > seed
QtPrivate::QRegularExpressionMatchIteratorRangeBasedForIterator begin(const QRegularExpressionMatchIterator &iterator)
QT_END_NAMESPACE typedef QT_PREPEND_NAMESPACE(quintptr) WId