Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
487
bool Declaration::isAutoDeclaration() const
488
{
489
return d_func()->m_isAutoDeclaration;
490
}
491
492
void Declaration::setAutoDeclaration(bool _auto)
493
{
Callers
2
cleanIfNotEncountered
Method · 0.80
OutlineNode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected