Searched defs:isUTF16 (Results 1 – 3 of 3) sorted by relevance
169 bool isUTF16() const { return Kind == tok::utf16_char_constant; } in isUTF16() function234 bool isUTF16() const { return Kind == tok::utf16_string_literal; } in isUTF16() function
2549 bool isUTF16 = false; in GetAddrOfConstantCFString() local
1565 bool isUTF16() const { return Kind == UTF16; } in isUTF16() function