HomeSort by: relevance | last modified time | path
    Searched defs:isUTF16 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
LiteralSupport.h 196 bool isUTF16() const { return Kind == tok::utf16_char_constant; }
261 bool isUTF16() const { return Kind == tok::utf16_string_literal; }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp 4996 bool &IsUTF16, unsigned &StringLength) {
5007 IsUTF16 = true;
5030 bool isUTF16 = false;
5033 getDataLayout().isLittleEndian(), isUTF16,
5129 Fields.addInt(Int64Ty, isUTF16 ? 0x07d0 : 0x07c8);
5131 Fields.addInt(IntTy, isUTF16 ? 0x07d0 : 0x07C8);
5136 if (isUTF16) {
5153 CharUnits Align = isUTF16 ? Context.getTypeAlignInChars(Context.ShortTy)
5161 GV->setSection(isUTF16 ? "__TEXT,__ustring"
5172 if (isUTF16)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 7230 bool isUTF16() const { return FExpr->isUTF16(); }

Completed in 45 milliseconds