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

Function GetLambdaName

InsightsHelpers.cpp:276–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274//-----------------------------------------------------------------------------
275
276std::string GetLambdaName(const CXXRecordDecl& lambda)
277{
278 static constexpr auto lambdaPrefix{"__lambda_"sv};
279 return MakeLineColumnName(lambda, lambdaPrefix);
280}
281//-----------------------------------------------------------------------------
282
283static std::string GetAnonymStructOrUnionName(const CXXRecordDecl& cxxRecordDecl)

Callers 3

HandleTypeMethod · 0.70
GetNameFunction · 0.70

Calls 1

MakeLineColumnNameFunction · 0.85

Tested by

no test coverage detected