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

Function isCast

lib/token.h:505–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503 return !!mImpl->mMacroName;
504 }
505 bool isCast() const {
506 return getFlag(fIsCast);
507 }
508 void isCast(bool c) {
509 setFlag(fIsCast, c);
510 }

Callers 1

replaceMethod · 0.70

Calls 2

getFlagFunction · 0.70
setFlagFunction · 0.70

Tested by

no test coverage detected