Searched defs:isUTF16 (Results 1 – 4 of 4) sorted by relevance
204 bool isUTF16() const { return Kind == tok::utf16_char_constant; } in isUTF16() function269 bool isUTF16() const { return Kind == tok::utf16_string_literal; } in isUTF16() function
5607 bool isUTF16 = false; in GetAddrOfConstantCFString() local
1900 bool isUTF16() const { return getKind() == UTF16; } in isUTF16() function
8689 bool isUTF16() const { return FExpr->isUTF16(); } in isUTF16() function in __anon3945d62d1c11::FormatStringLiteral