reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/BuiltinTypes.def
   63 UNSIGNED_TYPE(Bool, BoolTy)
   66 SHARED_SINGLETON_TYPE(UNSIGNED_TYPE(Char_U, CharTy))
   69 UNSIGNED_TYPE(UChar, UnsignedCharTy)
   72 SHARED_SINGLETON_TYPE(UNSIGNED_TYPE(WChar_U, WCharTy))
   75 UNSIGNED_TYPE(Char8, Char8Ty)
   78 UNSIGNED_TYPE(Char16, Char16Ty)
   81 UNSIGNED_TYPE(Char32, Char32Ty)
   84 UNSIGNED_TYPE(UShort, UnsignedShortTy)
   87 UNSIGNED_TYPE(UInt, UnsignedIntTy)
   90 UNSIGNED_TYPE(ULong, UnsignedLongTy)
   93 UNSIGNED_TYPE(ULongLong, UnsignedLongLongTy)
   96 UNSIGNED_TYPE(UInt128, UnsignedInt128Ty)
  136 UNSIGNED_TYPE(UShortAccum, UnsignedShortAccumTy)
  139 UNSIGNED_TYPE(UAccum, UnsignedAccumTy)
  142 UNSIGNED_TYPE(ULongAccum, UnsignedLongAccumTy)
  154 UNSIGNED_TYPE(UShortFract, UnsignedShortFractTy)
  157 UNSIGNED_TYPE(UFract, UnsignedFractTy)
  160 UNSIGNED_TYPE(ULongFract, UnsignedLongFractTy)
  172 UNSIGNED_TYPE(SatUShortAccum, SatUnsignedShortAccumTy)
  175 UNSIGNED_TYPE(SatUAccum, SatUnsignedAccumTy)
  178 UNSIGNED_TYPE(SatULongAccum, SatUnsignedLongAccumTy)
  190 UNSIGNED_TYPE(SatUShortFract, SatUnsignedShortFractTy)
  193 UNSIGNED_TYPE(SatUFract, SatUnsignedFractTy)
  196 UNSIGNED_TYPE(SatULongFract, SatUnsignedLongFractTy)