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

Method clearTemplateIdentifiers

kdevplatform/language/duchain/identifier.cpp:575–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573}
574
575void Identifier::clearTemplateIdentifiers()
576{
577 prepareWrite();
578 dd->templateIdentifiersList.clear();
579}
580
581uint Identifier::index() const
582{

Callers 6

applyToIdentifierMethod · 0.80
htmlIdentifiedTypeMethod · 0.80
stripPrefixIdentifiersFunction · 0.80
removeTemplateParametersFunction · 0.80
exchangeMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected