Searched refs:MustBeNull (Results 1 – 5 of 5) sorted by relevance
161 unsigned MustBeNull : 1; member263 ExtraData.MustBeNull = mustBeNull; in AttributeList()449 return getTypeTagForDatatypeDataSlot().MustBeNull; in getMustBeNull()
7937 bool LayoutCompatible, bool MustBeNull);7942 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData()7944 MustBeNull(MustBeNull) in TypeTagData()7952 unsigned MustBeNull : 1; member
1213 bool MustBeNull = false; in ParseTypeTagForDatatypeAttribute() local1225 MustBeNull = true; in ParseTypeTagForDatatypeAttribute()1237 LayoutCompatible, MustBeNull, in ParseTypeTagForDatatypeAttribute()
7285 TypeInfo.MustBeNull = I->getMustBeNull(); in GetMatchingCType()7308 bool MustBeNull) { in RegisterTypeTagForDatatype() argument7315 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype()7370 if (TypeInfo.MustBeNull) { in CheckArgumentWithTypeTag()
1030 BoolArgument<"MustBeNull">];