Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h196 bool isUTF16() const { return Kind == tok::utf16_char_constant; } in isUTF16() function
261 bool isUTF16() const { return Kind == tok::utf16_string_literal; } in isUTF16() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp5030 bool isUTF16 = false; in GetAddrOfConstantCFString() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h1879 bool isUTF16() const { return getKind() == UTF16; } in isUTF16() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp7230 bool isUTF16() const { return FExpr->isUTF16(); } in isUTF16() function in __anon7fa672bc1311::FormatStringLiteral