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

Method setDeprecated

kdevplatform/language/duchain/declaration.cpp:502–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500}
501
502void Declaration::setDeprecated(bool deprecated)
503{
504 d_func_dynamic()->m_isDeprecated = deprecated;
505}
506
507bool Declaration::alwaysForceDirect() const
508{

Callers 1

setDeclDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected