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

Method deleteUsesRecursively

kdevplatform/language/duchain/ducontext.cpp:1172–1179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1170}
1171
1172void DUContext::deleteUsesRecursively()
1173{
1174 deleteUses();
1175
1176 for (DUContext* childContext : std::as_const(m_dynamicData->m_childContexts)) {
1177 childContext->deleteUsesRecursively();
1178 }
1179}
1180
1181bool DUContext::inDUChain() const
1182{

Callers 1

VisitorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected