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

Function isInlineKeyword

lib/symboldatabase.h:903–905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

901 setFlag(fHasBody, state);
902 }
903 bool isInlineKeyword() const {
904 return getFlag(fIsInlineKeyword);
905 }
906
907 bool isEscapeFunction() const {
908 return getFlag(fIsEscapeFunction);

Callers 1

setFlagsMethod · 0.85

Calls 2

getFlagFunction · 0.70
setFlagFunction · 0.70

Tested by

no test coverage detected