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

Method isAnonymous

kdevplatform/language/duchain/ducontext.cpp:381–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381bool DUContext::isAnonymous() const
382{
383 return d_func()->m_anonymousInParent ||
384 (m_dynamicData->m_parentContext && m_dynamicData->m_parentContext->isAnonymous());
385}
386
387void DUContext::initFromTopContext()
388{

Callers 2

DUContextMethod · 0.45
OutlineNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected