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

Function identifierForType

plugins/clang/codegen/codegenhelper.cpp:113–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113IndexedTypeIdentifier identifierForType(const AbstractType::Ptr& type, TopDUContext* top)
114{
115 IndexedTypeIdentifier ret;
116 buildIdentifierForType(type, ret, 0, top);
117 return ret;
118}
119
120IndexedTypeIdentifier removeTemplateParameters(const IndexedTypeIdentifier& identifier, int behindPosition);
121

Callers 1

shortenedTypeIdentifierFunction · 0.85

Calls 1

buildIdentifierForTypeFunction · 0.85

Tested by

no test coverage detected