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

Function isAttributeConstructor

lib/token.h:511–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

509 setFlag(fIsCast, c);
510 }
511 bool isAttributeConstructor() const {
512 return getFlag(fIsAttributeConstructor);
513 }
514 void isAttributeConstructor(const bool ac) {
515 setFlag(fIsAttributeConstructor, ac);
516 }

Callers

nothing calls this directly

Calls 2

getFlagFunction · 0.70
setFlagFunction · 0.70

Tested by

no test coverage detected