Home
last modified time | relevance | path

Searched defs:isUTF16 (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h169 bool isUTF16() const { return Kind == tok::utf16_char_constant; } in isUTF16() function
234 bool isUTF16() const { return Kind == tok::utf16_string_literal; } in isUTF16() function
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp2549 bool isUTF16 = false; in GetAddrOfConstantCFString() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h1565 bool isUTF16() const { return Kind == UTF16; } in isUTF16() function