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

Method scopeIdentifier

kdevplatform/language/duchain/ducontext.cpp:160–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160void DUContextDynamicData::scopeIdentifier(bool includeClasses, QualifiedIdentifier& target) const
161{
162 if (m_parentContext)
163 m_parentContext->m_dynamicData->scopeIdentifier(includeClasses, target);
164
165 if (includeClasses || d_func()->m_contextType != DUContext::Class)
166 target += d_func()->m_scopeIdentifier;
167}
168
169bool DUContextDynamicData::imports(const DUContext* context, const TopDUContext* source,
170 QSet<const DUContextDynamicData*>* recursionGuard) const

Callers 12

qualifiedIdentifierMethod · 0.80
dumpMethod · 0.80
ContextUsesWidgetMethod · 0.80
actionTextForMethod · 0.80
HistoryEntryMethod · 0.80
testNamespaceMethod · 0.80
exchangeMethod · 0.80
findInsertionPointMethod · 0.80
moveIntoSourceMethod · 0.80
appendContextMethod · 0.80

Calls

no outgoing calls

Tested by 1

testNamespaceMethod · 0.64