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

Function hasVirtualSpecifier

lib/symboldatabase.h:843–845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

841 return getFlag(fIsConst);
842 }
843 bool hasVirtualSpecifier() const {
844 return getFlag(fHasVirtualSpecifier);
845 }
846 bool isPure() const {
847 return getFlag(fIsPure);
848 }

Callers 2

setFlagsMethod · 0.85
isImplicitlyVirtualMethod · 0.85

Calls 2

getFlagFunction · 0.70
setFlagFunction · 0.70

Tested by

no test coverage detected