kdevplatform/language/duchain
indexedtopducontext.h
Go to the documentation of this file.
46 DummyMask = 1u << 31u
Allows simple indirect access to top-contexts with on-demand loading.
Definition: indexedtopducontext.h:35
bool operator==(const IndexedTopDUContext &rhs) const
Definition: indexedtopducontext.h:65
bool operator<(const IndexedTopDUContext &rhs) const
Definition: indexedtopducontext.h:75
Q_DECLARE_TYPEINFO(KDevelop::IndexedTopDUContext, Q_MOVABLE_TYPE)
static uint toIndex(const IndexedTopDUContext &top)
Definition: indexedtopducontext.h:137
void setDummyData(ushort first, ushort second)
Allows giving this IndexedTopDUContext some data while logically keeping it invalid.
Definition: indexedtopducontext.h:113
bool operator!=(const IndexedTopDUContext &rhs) const
Definition: indexedtopducontext.h:70
The top context in a definition-use chain for one source file.
Definition: topducontext.h:113
IndexedTopDUContext(uint index)
Definition: indexedtopducontext.h:38
void setIsDummy(bool isDummy)
Definition: indexedtopducontext.h:98
QPair< ushort, ushort > dummyData() const
The data previously set through setDummyData().
Definition: indexedtopducontext.h:122
Definition: abstractfunctiondeclaration.cpp:27
static IndexedTopDUContext toItem(uint index)
Definition: indexedtopducontext.h:142
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Thu Mar 4 2021 23:31:17 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Thu Mar 4 2021 23:31:17 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.