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

Function isExpandedMacro

lib/token.h:502–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500 setFlag(fIsStandardType, b);
501 }
502 bool isExpandedMacro() const {
503 return !!mImpl->mMacroName;
504 }
505 bool isCast() const {
506 return getFlag(fIsCast);
507 }

Callers 2

stringifyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected