Searched defs:isUTF32 (Results 1 – 3 of 3) sorted by relevance
213 bool isUTF32() const { return Kind == tok::utf32_char_constant; } in isUTF32() function286 bool isUTF32() const { return Kind == tok::utf32_string_literal; } in isUTF32() function
1906 bool isUTF32() const { return getKind() == StringLiteralKind::UTF32; } in isUTF32() function
5616 bool isUTF32() const { return FExpr->isUTF32(); } isUTF32() function in __anond0e4d2a41a11::FormatStringLiteral