Searched refs:MustBeNull (Results 1 – 5 of 5) sorted by relevance
166 unsigned MustBeNull : 1; member288 ExtraData.MustBeNull = mustBeNull; in AttributeList()442 return getTypeTagForDatatypeDataSlot().MustBeNull; in getMustBeNull()
8907 bool LayoutCompatible, bool MustBeNull);8912 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData()8914 MustBeNull(MustBeNull) in TypeTagData()8922 unsigned MustBeNull : 1; member
1294 bool MustBeNull = false; in ParseTypeTagForDatatypeAttribute() local1305 MustBeNull = true; in ParseTypeTagForDatatypeAttribute()1317 LayoutCompatible, MustBeNull, Syntax); in ParseTypeTagForDatatypeAttribute()
9544 TypeInfo.MustBeNull = I->getMustBeNull(); in GetMatchingCType()9567 bool MustBeNull) { in RegisterTypeTagForDatatype() argument9574 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype()9629 if (TypeInfo.MustBeNull) { in CheckArgumentWithTypeTag()
1809 BoolArgument<"MustBeNull">];