| 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? |
nothing calls this directly
no test coverage detected