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

Method toString

plugins/clang/duchain/macrodefinition.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110QString MacroDefinition::toString() const
111{
112 return i18n("Macro %1", identifier().toString());
113}
114
115DUCHAIN_DEFINE_TYPE(MacroDefinition)

Callers 15

makeIdFunction · 0.45
createDelayedTypeFunction · 0.45
createTypeMethod · 0.45
setDeclDataMethod · 0.45
createExternalProblemMethod · 0.45
problemsForFileMethod · 0.45
HeaderGuardAssistantMethod · 0.45
extractTodosMethod · 0.45
filterDeclarationMethod · 0.45
scanIncludePathsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected