HomeSort by relevance Sort by last modified time
    Searched refs:WCharType (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Basic/
TargetInfo.h 180 IntType SizeType, IntMaxType, PtrDiffType, IntPtrType, WCharType,
226 IntType getWCharType() const { return WCharType; }
339 unsigned getWCharWidth() const { return getTypeWidth(WCharType); }
340 unsigned getWCharAlign() const { return getTypeAlign(WCharType); }
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 59 WCharType = SignedInt;
278 WCharType = UnsignedShort;
Targets.cpp 586 this->WCharType = this->UnsignedShort;
630 this->WCharType = this->SignedInt;
    [all...]

Completed in 176 milliseconds