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

Method childContexts

kdevplatform/language/duchain/ducontext.cpp:472–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470}
471
472QVector<DUContext*> DUContext::childContexts() const
473{
474 ENSURE_CAN_READ
475
476 return m_dynamicData->m_childContexts;
477}
478
479Declaration* DUContext::owner() const
480{

Callers 15

hasDeclarationUseFunction · 0.80
dotGraphInternalMethod · 0.80
dumpMethod · 0.80
itemUnderCursorInternalFunction · 0.80
declarationInLineMethod · 0.80
collectItemsMethod · 0.80
hasUseFunction · 0.80
countUsesFunction · 0.80
allUsesFunction · 0.80
openContextInternalMethod · 0.80
runTestMethod · 0.80
pickContextWithDataFunction · 0.80

Calls

no outgoing calls