Searched defs:Char16Type (Results 1 - 1 of 1) 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); }

Completed in 82 milliseconds