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

Function IsEvaluatable

InsightsHelpers.cpp:1436–1439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1434//-----------------------------------------------------------------------------
1435
1436bool IsEvaluatable(const VarDecl& varDecl)
1437{
1438 return (nullptr != GetEvaluatedValue(varDecl));
1439}
1440//-----------------------------------------------------------------------------
1441
1442bool IsTrivialStaticClassVarDecl(const VarDecl& varDecl)

Callers 1

Calls 1

GetEvaluatedValueFunction · 0.85

Tested by

no test coverage detected