MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / GetAsCPPStyleString

Function GetAsCPPStyleString

InsightsHelpers.cpp:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217//-----------------------------------------------------------------------------
218
219static const std::string GetAsCPPStyleString(const QualType& t, const CppInsightsPrintingPolicy& printingPolicy)
220{
221 return t.getAsString(printingPolicy);
222}
223//-----------------------------------------------------------------------------
224
225std::string BuildInternalVarName(const std::string_view& varName)

Callers 1

GetNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected