Searched refs:MustBeNull (Results 1 – 5 of 5) sorted by relevance
199 unsigned MustBeNull : 1; member388 ExtraData.MustBeNull = mustBeNull; in ParsedAttr()572 return getTypeTagForDatatypeDataSlot().MustBeNull; in getMustBeNull()
13657 bool LayoutCompatible, bool MustBeNull);13662 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData()13664 MustBeNull(MustBeNull) in TypeTagData()13672 unsigned MustBeNull : 1; member
1585 bool MustBeNull = false; in ParseTypeTagForDatatypeAttribute() local1596 MustBeNull = true; in ParseTypeTagForDatatypeAttribute()1608 LayoutCompatible, MustBeNull, Syntax); in ParseTypeTagForDatatypeAttribute()
17504 TypeInfo.MustBeNull = I->getMustBeNull(); in GetMatchingCType()17526 bool MustBeNull) { in RegisterTypeTagForDatatype() argument17533 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype()17601 if (TypeInfo.MustBeNull) { in CheckArgumentWithTypeTag()
3458 BoolArgument<"MustBeNull">];