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

Function GetElaboratedTypeKeyword

InsightsHelpers.cpp:1616–1625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1614//-----------------------------------------------------------------------------
1615
1616std::string GetElaboratedTypeKeyword(const ElaboratedTypeKeyword keyword)
1617{
1618 std::string ret{TypeWithKeyword::getKeywordName(keyword)};
1619
1620 if(not ret.empty()) {
1621 ret += ' ';
1622 }
1623
1624 return ret;
1625}
1626//-----------------------------------------------------------------------------
1627
1628uint64_t GetSize(const ConstantArrayType* arrayType)

Callers 3

InsertArgMethod · 0.85
BuildNamespaceFunction · 0.85
HandleTypeMethod · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected