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

Method findLocalDeclarationsInternal

kdevplatform/language/duchain/ducontext.cpp:615–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

613}
614
615void DUContext::findLocalDeclarationsInternal(const Identifier& identifier, const CursorInRevision& position,
616 const AbstractType::Ptr& dataType, DeclarationList& ret,
617 const TopDUContext* source, SearchFlags flags) const
618{
619 findLocalDeclarationsInternal(IndexedIdentifier(identifier), position, dataType, ret, source, flags);
620}
621
622void DUContext::findLocalDeclarationsInternal(const IndexedIdentifier& identifier,
623 const CursorInRevision& position,

Callers

nothing calls this directly

Calls 10

topContextFunction · 0.85
contextIsChildOrEqualFunction · 0.85
visitDeclarationsMethod · 0.80
typeFunction · 0.70
isEmptyMethod · 0.45
ownIndexMethod · 0.45
declarationMethod · 0.45
contextMethod · 0.45
checkMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected