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

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

Completed in 148 milliseconds