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

Method appendTemplateIdentifier

kdevplatform/language/duchain/identifier.cpp:569–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567}
568
569void Identifier::appendTemplateIdentifier(const IndexedTypeIdentifier& identifier)
570{
571 prepareWrite();
572 dd->templateIdentifiersList.append(identifier);
573}
574
575void Identifier::clearTemplateIdentifiers()
576{

Callers 4

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

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected