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

Method templateIdentifier

kdevplatform/language/duchain/identifier.cpp:553–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551}
552
553IndexedTypeIdentifier Identifier::templateIdentifier(int num) const
554{
555 if (!m_index)
556 return dd->templateIdentifiers()[num];
557 else
558 return cd->templateIdentifiers()[num];
559}
560
561uint Identifier::templateIdentifiersCount() const
562{

Callers 3

applyToIdentifierMethod · 0.80
stripPrefixIdentifiersFunction · 0.80
removeTemplateParametersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected