Searched refs:Char16Type (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
H A DTargetInfo.h158 WIntType, Char16Type, Char32Type, Int64Type, SigAtomicType; member in class:clang::TargetInfo
195 IntType getChar16Type() const { return Char16Type; }
266 unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
267 unsigned getChar16Align() const { return getTypeAlign(Char16Type); }
/external/clang/lib/Basic/
H A DTargetInfo.cpp58 Char16Type = UnsignedShort;

Completed in 73 milliseconds