MCPcopy Create free account
hub / github.com/KDE/kdevelop / setDeclarationId

Method setDeclarationId

kdevplatform/language/duchain/types/identifiedtype.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void IdentifiedType::setDeclarationId(const DeclarationId& id)
57{
58 idData()->m_id = id;
59}
60
61Declaration* IdentifiedType::declaration(const TopDUContext* top) const
62{

Callers 2

createTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected