MCPcopy 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
285bool Declaration::isAnonymous() const
286{
287 return d_func()->m_anonymousInContext;
288}
289
290void Declaration::setContext(DUContext* context, bool anonymous)
291{

Callers 2

clearOwnIndexMethod · 0.45
allocateOwnIndexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected