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

Method setSpecialization

kdevplatform/language/duchain/declarationid.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void DeclarationId::setSpecialization(const IndexedInstantiationInformation& spec)
76{
77 m_specialization = spec;
78}
79
80IndexedInstantiationInformation DeclarationId::specialization() const
81{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected