MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / isClassType

Method isClassType

lib/symboldatabase.cpp:3720–3723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3718}
3719
3720bool Type::isClassType() const
3721{
3722 return classScope && classScope->type == ScopeType::eClass;
3723}
3724
3725bool Type::isEnumType() const
3726{

Callers 3

getAllocationTypeMethod · 0.80
getParentValueTypesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected