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

/external/clang/include/clang/Basic/
H A DTargetInfo.h174 WIntType, Char16Type, Char32Type, Int64Type, SigAtomicType, member in class:clang::TargetInfo
212 IntType getChar16Type() const { return Char16Type; }
290 unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
291 unsigned getChar16Align() const { return getTypeAlign(Char16Type); }

Completed in 112 milliseconds