Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3720
bool Type::isClassType() const
3721
{
3722
return classScope && classScope->type == ScopeType::eClass;
3723
}
3724
3725
bool Type::isEnumType() const
3726
{
Callers
3
getAllocationType
Method · 0.80
valueFlowLifetimeClassConstructor
Function · 0.80
getParentValueTypes
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected