Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
575
void Identifier::clearTemplateIdentifiers()
576
{
577
prepareWrite();
578
dd->templateIdentifiersList.clear();
579
}
580
581
uint Identifier::index() const
582
{
Callers
6
applyToIdentifier
Method · 0.80
htmlIdentifiedType
Method · 0.80
createClassTemplateSpecializationType
Method · 0.80
stripPrefixIdentifiers
Function · 0.80
removeTemplateParameters
Function · 0.80
exchange
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected