Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ inSymbolTable
Method
inSymbolTable
kdevplatform/language/duchain/declaration.cpp:573–577 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
571
}
572
573
bool Declaration::inSymbolTable() const
574
{
575
DUCHAIN_D(Declaration);
576
return d->m_inSymbolTable;
577
}
578
579
CodeModelItem::Kind kindForDeclaration(Declaration* decl)
580
{
Callers
1
setContext
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected