Searched defs:isUTF8 (Results 1 – 4 of 4) sorted by relevance
212 bool isUTF8() const { return Kind == tok::utf8_char_constant; } isUTF8() function 285 bool isUTF8() const { return Kind == tok::utf8_string_literal; } isUTF8() function
697 bool isUTF8(llvm::StringRef S, size_t *ErrOffset) { isUTF8() function
1876 bool isUTF8() const { return getKind() == StringLiteralKind::UTF8; } isUTF8() function
10417 bool isUTF8() const { return FExpr->isUTF8(); } isUTF8() function in __anon6690ba031e11::FormatStringLiteral