Home
last modified time | relevance | path

Searched refs:isUTF16 (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDLiteralSupport.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
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPPExpressions.cpp295 else if (Literal.isUTF16()) in EvaluateValue()
309 else if (!Literal.isUTF16() && !Literal.isUTF32()) in EvaluateValue()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenModule.cpp2618 bool isUTF16 = false; in GetAddrOfConstantCFString() local
2621 getDataLayout().isLittleEndian(), isUTF16, in GetAddrOfConstantCFString()
2655 Fields[1] = isUTF16 ? llvm::ConstantInt::get(Ty, 0x07d0) : in GetAddrOfConstantCFString()
2660 if (isUTF16) { in GetAddrOfConstantCFString()
2680 if (isUTF16) { in GetAddrOfConstantCFString()
2694 if (isUTF16) in GetAddrOfConstantCFString()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h1567 bool isUTF16() const { return Kind == UTF16; } in isUTF16() function
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp1546 } else if (Literal.isUTF16()) { in ActOnStringLiteral()
3098 else if (Literal.isUTF16()) in ActOnCharacterConstant()
3110 else if (Literal.isUTF16()) in ActOnCharacterConstant()