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

Function FOREACH_FUNCTION

kdevplatform/language/duchain/types/functiontype.cpp:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 QStringList types;
140 types.reserve(d->m_argumentsSize());
141 FOREACH_FUNCTION(const IndexedType &type, d->m_arguments) {
142 types.append(type ? type.abstractType()->toString() : QStringLiteral("<notype>"));
143 }
144 args += QLatin1Char('(') + types.join(QLatin1String(", ")) + QLatin1Char(')');
145 }
146

Callers

nothing calls this directly

Calls 4

appendMethod · 0.45
toStringMethod · 0.45
abstractTypeMethod · 0.45
hashMethod · 0.45

Tested by

no test coverage detected