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

Method localDeclarations

kdevplatform/language/duchain/ducontext.cpp:958–964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

956}
957
958QVector<Declaration*> DUContext::localDeclarations(const TopDUContext* source) const
959{
960 ENSURE_CAN_READ
961 // TODO: remove this parameter once we kill old-cpp
962 Q_UNUSED(source);
963 return m_dynamicData->m_localDeclarations;
964}
965
966void DUContext::mergeDeclarationsInternal(QVector<QPair<Declaration*, int>>& definitions,
967 const CursorInRevision& position,

Callers 15

dotGraphInternalMethod · 0.80
dumpMethod · 0.80
itemUnderCursorInternalFunction · 0.80
declarationInLineMethod · 0.80
collectItemsMethod · 0.80
pickContextWithDataFunction · 0.80
htmlFunctionMethod · 0.80
populateNodeMethod · 0.80
highlightDUChainMethod · 0.80

Calls

no outgoing calls

Tested by 15

ContextTestFunction · 0.64
DeclarationTestFunction · 0.64
testClassRenameMethod · 0.64
testElaboratedTypeMethod · 0.64
testMacroDefinitionMethod · 0.64
testIncludeMethod · 0.64
testMissingIncludeMethod · 0.64
testReparseMethod · 0.64
testTemplateMethod · 0.64
testNamespaceMethod · 0.64
testAutoTypeDeductionMethod · 0.64