kdevplatform/language/duchain
indexedtopducontext.cpp
IndexedString urlForIndex(uint index) const
Returns the url for the given top-context index if available. This does have some cost,...
Definition: duchain.cpp:1399
TopDUContext * chainForIndex(uint index)
Returns the top-context that has the given index assigned, or zero if it doesn't exist.
Definition: duchain.h:177
bool isInMemory(uint topContextIndex) const
Returns whether the top-context with the given index is currently loaded in memory.
Definition: duchain.cpp:1394
bool isLoaded() const
Returns whether the top-context is currently loaded.
Definition: indexedtopducontext.cpp:33
The top context in a definition-use chain for one source file.
Definition: topducontext.h:113
IndexedTopDUContext(uint index)
Definition: indexedtopducontext.h:38
TopDUContext * data() const
Returns the top-context represented by this indexed top-context.
Definition: indexedtopducontext.cpp:49
Definition: abstractfunctiondeclaration.cpp:27
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.