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

Function isEnumType

lib/token.h:632–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630 setFlag(fIsComplex, value);
631 }
632 bool isEnumType() const {
633 return getFlag(fIsEnumType);
634 }
635 void isEnumType(const bool value) {
636 setFlag(fIsEnumType, value);
637 }

Callers 3

evaluateMethod · 0.70
nameMethod · 0.70
typeMethod · 0.70

Calls 2

getFlagFunction · 0.70
setFlagFunction · 0.70

Tested by

no test coverage detected