MCPcopy Create free account
hub / github.com/KDE/kdevelop / ownIndex

Method ownIndex

kdevplatform/language/duchain/declaration.cpp:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110uint Declaration::ownIndex() const
111{
112 ENSURE_CAN_READ
113 return m_indexInTopContext;
114}
115
116Declaration::Declaration(const Declaration& rhs)
117 : DUChainBase(*new DeclarationData(*rhs.d_func()))

Callers 15

IndexedDeclarationMethod · 0.45
loadDataMethod · 0.45
deleteOnDiskMethod · 0.45
filePathMethod · 0.45
storeMethod · 0.45
loadChainMethod · 0.45
doMoreCleanupMethod · 0.45
addDocumentChainMethod · 0.45
IndexedTopDUContextMethod · 0.45
IndexedDUContextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected