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

Function isClassOrStruct

lib/symboldatabase.h:1116–1118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1114 }
1115
1116 bool isClassOrStruct() const {
1117 return (type == ScopeType::eClass || type == ScopeType::eStruct);
1118 }
1119
1120 bool isClassOrStructOrUnion() const {
1121 return (type == ScopeType::eClass || type == ScopeType::eStruct || type == ScopeType::eUnion);

Callers 3

findFunctionInBaseMethod · 0.85
findRecordInBaseMethod · 0.85
findAssociatedScopesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected