MCPcopy 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
573bool Declaration::inSymbolTable() const
574{
575 DUCHAIN_D(Declaration);
576 return d->m_inSymbolTable;
577}
578
579CodeModelItem::Kind kindForDeclaration(Declaration* decl)
580{

Callers 1

setContextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected