Searched refs:MustBeNull (Results 1 – 5 of 5) sorted by relevance
164 unsigned MustBeNull : 1; member286 ExtraData.MustBeNull = mustBeNull; in AttributeList()440 return getTypeTagForDatatypeDataSlot().MustBeNull; in getMustBeNull()
9114 bool LayoutCompatible, bool MustBeNull);9119 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData()9121 MustBeNull(MustBeNull) in TypeTagData()9129 unsigned MustBeNull : 1; member
1291 bool MustBeNull = false; in ParseTypeTagForDatatypeAttribute() local1302 MustBeNull = true; in ParseTypeTagForDatatypeAttribute()1314 LayoutCompatible, MustBeNull, Syntax); in ParseTypeTagForDatatypeAttribute()
9767 TypeInfo.MustBeNull = I->getMustBeNull(); in GetMatchingCType()9790 bool MustBeNull) { in RegisterTypeTagForDatatype() argument9797 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype()9852 if (TypeInfo.MustBeNull) { in CheckArgumentWithTypeTag()
1929 BoolArgument<"MustBeNull">];