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

Method DUContext

kdevplatform/language/duchain/ducontext.cpp:343–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343DUContext::DUContext(DUContextData& data)
344 : DUChainBase(data)
345 , m_dynamicData(new DUContextDynamicData(this))
346{
347}
348
349DUContext::DUContext(const RangeInRevision& range, DUContext* parent, bool anonymous)
350 : DUChainBase(*new DUContextData(), range)

Callers

nothing calls this directly

Calls 5

allocateContextIndexMethod · 0.80
addChildContextMethod · 0.80
topContextMethod · 0.45
isAnonymousMethod · 0.45
inSymbolTableMethod · 0.45

Tested by

no test coverage detected