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 164 WIntType, Char16Type, Char32Type, Int64Type, SigAtomicType,
203 IntType getChar32Type() const { return Char32Type; }
281 unsigned getChar32Width() const { return getTypeWidth(Char32Type); }
282 unsigned getChar32Align() const { return getTypeAlign(Char32Type); }
  /external/clang/lib/Basic/
TargetInfo.cpp 60 Char32Type = UnsignedInt;

Completed in 42 milliseconds