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

Method isMember

lib/symboldatabase.cpp:2507–2509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2505}
2506
2507bool Variable::isMember() const {
2508 return mScope && mScope->isClassOrStructOrUnion();
2509}
2510
2511bool Variable::isPointerArray() const
2512{

Callers 2

valueFlowUninitMethod · 0.80
checkShadowVariablesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected