Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
472
QVector<DUContext*> DUContext::childContexts() const
473
{
474
ENSURE_CAN_READ
475
476
return m_dynamicData->m_childContexts;
477
}
478
479
Declaration* DUContext::owner() const
480
{
Callers
15
hasDeclarationUse
Function · 0.80
dotGraphInternal
Method · 0.80
dump
Method · 0.80
itemUnderCursorInternal
Function · 0.80
declarationInLine
Method · 0.80
collectItems
Method · 0.80
hasUse
Function · 0.80
countUses
Function · 0.80
allUses
Function · 0.80
openContextInternal
Method · 0.80
runTest
Method · 0.80
pickContextWithData
Function · 0.80
Calls
no outgoing calls
Tested by
15
runTest
Method · 0.64
ContextTest
Function · 0.64
testReparse
Method · 0.64
testTemplate
Method · 0.64
testNamespace
Method · 0.64
testTypeDeductionInTemplateInstantiation
Method · 0.64
testVirtualMemberFunction
Method · 0.64
testReparseBaseClasses
Method · 0.64
testReparseBaseClassesTemplates
Method · 0.64
testGlobalFunctionDeclaration
Method · 0.64
testReparseWithAllDeclarationsContextsAndUses
Method · 0.64
testReparseOnDocumentActivated
Method · 0.64