Searched refs:MustBeNull (Results 1 – 5 of 5) sorted by relevance
86 unsigned MustBeNull : 1; member271 ExtraData.MustBeNull = mustBeNull; in ParsedAttr()453 return getTypeTagForDatatypeDataSlot().MustBeNull; in getMustBeNull()
14110 bool LayoutCompatible, bool MustBeNull);14115 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData()14117 MustBeNull(MustBeNull) in TypeTagData()14127 unsigned MustBeNull : 1;
1699 bool MustBeNull = false; in ParseTypeTagForDatatypeAttribute() local1710 MustBeNull = true; in ParseTypeTagForDatatypeAttribute()1722 LayoutCompatible, MustBeNull, Form); in ParseTypeTagForDatatypeAttribute()
19300 TypeInfo.MustBeNull = I->getMustBeNull(); in GetMatchingCType()19322 bool MustBeNull) { in RegisterTypeTagForDatatype() argument19329 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype()19397 if (TypeInfo.MustBeNull) { in CheckArgumentWithTypeTag()
3724 BoolArgument<"MustBeNull">];