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

Function GetPlainName

InsightsHelpers.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106std::string GetPlainName(const DeclRefExpr& DRE)
107{
108 return ScopeHandler::RemoveCurrentScope(GetNamePlain(*DRE.getDecl()));
109}
110//-----------------------------------------------------------------------------
111
112STRONG_BOOL(InsightsSuppressScope);

Callers 3

InsertArgMethod · 0.85
InsertArgMethod · 0.85
GetNameFunction · 0.85

Calls 1

GetNamePlainFunction · 0.85

Tested by

no test coverage detected