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

Method isAutoDeclaration

kdevplatform/language/duchain/declaration.cpp:487–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485}
486
487bool Declaration::isAutoDeclaration() const
488{
489 return d_func()->m_isAutoDeclaration;
490}
491
492void Declaration::setAutoDeclaration(bool _auto)
493{

Callers 2

cleanIfNotEncounteredMethod · 0.80
OutlineNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected