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

Method toIndexed

plugins/clang/util/clangtypes.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63IndexedString ClangString::toIndexed() const
64{
65 return IndexedString(c_str());
66}
67
68QTextStream& operator<<(QTextStream& stream, const ClangString& str)
69{

Callers 2

makeIdFunction · 0.80
declVisitorFunction · 0.80

Calls 1

IndexedStringClass · 0.70

Tested by

no test coverage detected