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

Method templateIdentifiersCount

kdevplatform/language/duchain/identifier.cpp:561–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561uint Identifier::templateIdentifiersCount() const
562{
563 if (!m_index)
564 return dd->templateIdentifiersSize();
565 else
566 return cd->templateIdentifiersSize();
567}
568
569void Identifier::appendTemplateIdentifier(const IndexedTypeIdentifier& identifier)
570{

Callers 4

applyToIdentifierMethod · 0.80
testIdentifiersMethod · 0.80
stripPrefixIdentifiersFunction · 0.80
removeTemplateParametersFunction · 0.80

Calls

no outgoing calls

Tested by 1

testIdentifiersMethod · 0.64