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

Function FOREACH_FUNCTION

kdevplatform/language/duchain/ducontext.cpp:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 m_dynamicData->m_childContexts.clear();
107 m_dynamicData->m_childContexts.reserve(d_func()->m_childContextsSize());
108 FOREACH_FUNCTION(const LocalIndexedDUContext &ctx, d_func()->m_childContexts) {
109 m_dynamicData->m_childContexts << ctx.data(m_dynamicData->m_topContext);
110 }
111
112 m_dynamicData->m_localDeclarations.clear();
113 m_dynamicData->m_localDeclarations.reserve(d_func()->m_localDeclarationsSize());

Callers

nothing calls this directly

Calls 3

dataMethod · 0.45
contextMethod · 0.45
importsMethod · 0.45

Tested by

no test coverage detected