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

Function isCMultiChar

lib/token.h:818–820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

816 }
817
818 bool isCMultiChar() const {
819 return (mTokType == eChar) && isPrefixStringCharLiteral(mStr, '\'', "") && (replaceEscapeSequences(getCharLiteral(mStr)).size() > 1);
820 }
821
822 /**
823 * @brief Is current token a template argument?

Callers

nothing calls this directly

Calls 4

replaceEscapeSequencesFunction · 0.85
getCharLiteralFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected