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

Method usesCount

kdevplatform/language/duchain/ducontext.cpp:1323–1326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1321}
1322
1323int DUContext::usesCount() const
1324{
1325 return d_func()->m_usesSize();
1326}
1327
1328bool usesRangeLessThan(const Use& left, const Use& right)
1329{

Callers 13

hasDeclarationUseFunction · 0.45
itemUnderCursorInternalFunction · 0.45
hasUseFunction · 0.45
countUsesFunction · 0.45
allUsesFunction · 0.45
visitMethod · 0.45
highlightDUChainMethod · 0.45
highlightUsesMethod · 0.45
applyChangesMethod · 0.45

Calls

no outgoing calls