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

Method parentContext

kdevplatform/language/duchain/ducontext.cpp:505–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503}
504
505DUContext* DUContext::parentContext() const
506{
507 //ENSURE_CAN_READ Commented out for performance reasons
508
509 return m_dynamicData->m_parentContext.data();
510}
511
512void DUContext::setPropagateDeclarations(bool propagate)
513{

Callers 15

indexForParentContextFunction · 0.45
contextIsChildOrEqualFunction · 0.45
fullyApplyAliasesMethod · 0.45
equalScopeIdentifierMethod · 0.45
applySpecializationMethod · 0.45
openContextInternalMethod · 0.45
setInSymbolTableMethod · 0.45
buildContextUsesFunction · 0.45
cursorContextDeclarationFunction · 0.45
contextForHighlightingAtFunction · 0.45

Calls 1

dataMethod · 0.45

Tested by 1

applySpecializationMethod · 0.36