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

Method isStructType

lib/symboldatabase.cpp:3732–3735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3730}
3731
3732bool Type::isStructType() const
3733{
3734 return classScope && classScope->type == ScopeType::eStruct;
3735}
3736
3737bool Type::isUnionType() const
3738{

Callers 6

getAllocationTypeMethod · 0.80
checkScopeMethod · 0.80
getParentValueTypesFunction · 0.80
functionArgs8Method · 0.80
functionArgs13Method · 0.80

Calls

no outgoing calls

Tested by 2

functionArgs8Method · 0.64
functionArgs13Method · 0.64