HomeSort by relevance Sort by last modified time
    Searched refs:Char16Type (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Basic/
TargetInfo.h 133 WIntType, Char16Type, Char32Type, Int64Type, SigAtomicType;
167 IntType getChar16Type() const { return Char16Type; }
233 unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
234 unsigned getChar16Align() const { return getTypeAlign(Char16Type); }
  /external/clang/lib/Basic/
TargetInfo.cpp 57 Char16Type = UnsignedShort;

Completed in 19 milliseconds