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

Function FOREACH_FUNCTION_STATIC

kdevplatform/language/duchain/identifier.cpp:832–835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

830 if (m_index) {
831 identifiers.reserve(cd->identifiersSize());
832 FOREACH_FUNCTION_STATIC(const IndexedIdentifier &index, cd->identifiers)
833 {
834 identifiers += index.identifier().toString(options);
835 }
836 } else {
837 identifiers.reserve(dd->identifiersSize());
838 FOREACH_FUNCTION_STATIC(const IndexedIdentifier &index, dd->identifiers)

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.45
identifierMethod · 0.45

Tested by

no test coverage detected