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 164 WIntType, Char16Type, Char32Type, Int64Type, SigAtomicType,
202 IntType getChar16Type() const { return Char16Type; }
276 unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
277 unsigned getChar16Align() const { return getTypeAlign(Char16Type); }
  /external/clang/lib/Basic/
TargetInfo.cpp 59 Char16Type = UnsignedShort;

Completed in 25 milliseconds