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

/external/clang/include/clang/Basic/
H A DTargetInfo.h173 IntType SizeType, IntMaxType, UIntMaxType, PtrDiffType, IntPtrType, WCharType, member in class:clang::TargetInfo
217 IntType getWCharType() const { return WCharType; }
301 unsigned getWCharWidth() const { return getTypeWidth(WCharType); }
302 unsigned getWCharAlign() const { return getTypeAlign(WCharType); }

Completed in 74 milliseconds