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

/external/clang/include/clang/Basic/
H A DTargetInfo.h132 IntType SizeType, IntMaxType, UIntMaxType, PtrDiffType, IntPtrType, WCharType, member in class:clang::TargetInfo
165 IntType getWCharType() const { return WCharType; }
228 unsigned getWCharWidth() const { return getTypeWidth(WCharType); }
229 unsigned getWCharAlign() const { return getTypeAlign(WCharType); }
/external/clang/lib/Basic/
H A DTargetInfo.cpp55 WCharType = SignedInt;
186 WCharType = UnsignedShort;
H A DTargets.cpp477 this->WCharType = this->SignedLong;
512 this->WCharType = this->SignedInt;
2294 WCharType = UnsignedShort;
2364 WCharType = UnsignedShort;
2515 WCharType = UnsignedShort;
2642 WCharType = UnsignedInt;
2688 WCharType = SignedInt;

Completed in 116 milliseconds