Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Lex/
DLiteralSupport.h164 bool isUTF16() const { return Kind == tok::utf16_char_constant; } in isUTF16() function
228 bool isUTF16() const { return Kind == tok::utf16_string_literal; } in isUTF16() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCodeGenModule.cpp2305 bool isUTF16 = false; in GetAddrOfConstantCFString() local
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DExpr.h1534 bool isUTF16() const { return Kind == UTF16; } in isUTF16() function