Searched refs:FixedType (Results 1 – 2 of 2) sorted by relevance
751 template <typename FixedType=USHORT>754 inline uint32_t to_int (void) const { return (major << (sizeof(FixedType) * 8)) + minor; } in to_int()762 FixedType major;763 FixedType minor;765 DEFINE_SIZE_STATIC (2 * sizeof(FixedType));
5038 QualType FixedType = in TryToFixInvalidVariablyModifiedType() local5041 if (FixedType.isNull()) return FixedType; in TryToFixInvalidVariablyModifiedType()5042 FixedType = Context.getPointerType(FixedType); in TryToFixInvalidVariablyModifiedType()5043 return Qs.apply(Context, FixedType); in TryToFixInvalidVariablyModifiedType()5047 QualType FixedType = in TryToFixInvalidVariablyModifiedType() local5050 if (FixedType.isNull()) return FixedType; in TryToFixInvalidVariablyModifiedType()5051 FixedType = Context.getParenType(FixedType); in TryToFixInvalidVariablyModifiedType()5052 return Qs.apply(Context, FixedType); in TryToFixInvalidVariablyModifiedType()