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

Function isName

lib/token.h:408–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406 return mTokType == eKeyword;
407 }
408 bool isName() const {
409 return getFlag(fIsName);
410 }
411 bool isNameOnly() const {
412 return mFlags == fIsName && mTokType == eName;
413 }

Callers 2

isUpperCaseNameMethod · 0.85
stringifyMethod · 0.85

Calls 1

getFlagFunction · 0.70

Tested by

no test coverage detected