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

Function shortenedTypeString

plugins/clang/codegen/codegenhelper.cpp:327–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327QString shortenedTypeString(Declaration* decl, DUContext* ctx, int desiredLength, const QualifiedIdentifier& stripPrefix)
328{
329 return shortenedTypeString(typeForShortenedString(decl), ctx, desiredLength, stripPrefix);
330}
331
332QString simplifiedTypeString(const AbstractType::Ptr& type, DUContext* visibilityFrom)
333{

Callers 2

dataMethod · 0.85
simplifiedTypeStringFunction · 0.85

Calls 3

typeForShortenedStringFunction · 0.85
shortenedTypeIdentifierFunction · 0.85
toStringMethod · 0.45

Tested by

no test coverage detected