Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ isAnonymous
Method
isAnonymous
kdevplatform/language/duchain/declaration.cpp:285–288 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
283
}
284
285
bool Declaration::isAnonymous() const
286
{
287
return d_func()->m_anonymousInContext;
288
}
289
290
void Declaration::setContext(DUContext* context, bool anonymous)
291
{
Callers
2
clearOwnIndex
Method · 0.45
allocateOwnIndex
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected