Searched refs:MustBeNull (Results 1 – 5 of 5) sorted by relevance
135 unsigned MustBeNull : 1; member215 ExtraData.MustBeNull = mustBeNull; in AttributeList()374 return getTypeTagForDatatypeDataSlot().MustBeNull; in getMustBeNull()
7406 bool LayoutCompatible, bool MustBeNull);7411 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData()7413 MustBeNull(MustBeNull) in TypeTagData()7421 unsigned MustBeNull : 1; member
1110 bool MustBeNull = false; in ParseTypeTagForDatatypeAttribute() local1122 MustBeNull = true; in ParseTypeTagForDatatypeAttribute()1135 MustBeNull, AttributeList::AS_GNU); in ParseTypeTagForDatatypeAttribute()
930 BoolArgument<"MustBeNull">];
6756 TypeInfo.MustBeNull = I->getMustBeNull(); in GetMatchingCType()6779 bool MustBeNull) { in RegisterTypeTagForDatatype() argument6786 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype()6841 if (TypeInfo.MustBeNull) { in CheckArgumentWithTypeTag()