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