Searched refs:MustBeNull (Results 1 – 5 of 5) sorted by relevance
164 unsigned MustBeNull : 1; member286 ExtraData.MustBeNull = mustBeNull; in AttributeList()434 return getTypeTagForDatatypeDataSlot().MustBeNull; in getMustBeNull()
8586 bool LayoutCompatible, bool MustBeNull);8591 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData()8593 MustBeNull(MustBeNull) in TypeTagData()8601 unsigned MustBeNull : 1; member
1263 bool MustBeNull = false; in ParseTypeTagForDatatypeAttribute() local1274 MustBeNull = true; in ParseTypeTagForDatatypeAttribute()1286 LayoutCompatible, MustBeNull, Syntax); in ParseTypeTagForDatatypeAttribute()
9196 TypeInfo.MustBeNull = I->getMustBeNull(); in GetMatchingCType()9219 bool MustBeNull) { in RegisterTypeTagForDatatype() argument9226 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype()9281 if (TypeInfo.MustBeNull) { in CheckArgumentWithTypeTag()
1769 BoolArgument<"MustBeNull">];