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

  /external/clang/include/clang/Basic/
TargetInfo.h 133 WIntType, Char16Type, Char32Type, Int64Type, SigAtomicType;
168 IntType getChar32Type() const { return Char32Type; }
238 unsigned getChar32Width() const { return getTypeWidth(Char32Type); }
239 unsigned getChar32Align() const { return getTypeAlign(Char32Type); }
  /external/clang/lib/Basic/
TargetInfo.cpp 58 Char32Type = UnsignedInt;

Completed in 20 milliseconds