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

Method context

kdevplatform/language/duchain/declaration.cpp:279–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279DUContext* Declaration::context() const
280{
281 //ENSURE_CAN_READ Commented out for performance reasons
282 return m_context;
283}
284
285bool Declaration::isAnonymous() const
286{

Callers 4

setInternalContextMethod · 0.95
~DeclarationMethod · 0.45
internalContextMethod · 0.45
kindForDeclarationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected