Searched refs:MustBeNull (Results 1 – 5 of 5) sorted by relevance
186 unsigned MustBeNull : 1; member308 ExtraData.MustBeNull = mustBeNull; in AttributeList()482 return getTypeTagForDatatypeDataSlot().MustBeNull; in getMustBeNull()
9489 bool LayoutCompatible, bool MustBeNull);9494 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData()9496 MustBeNull(MustBeNull) in TypeTagData()9504 unsigned MustBeNull : 1; member
1322 bool MustBeNull = false; in ParseTypeTagForDatatypeAttribute() local1333 MustBeNull = true; in ParseTypeTagForDatatypeAttribute()1345 LayoutCompatible, MustBeNull, Syntax); in ParseTypeTagForDatatypeAttribute()
10788 TypeInfo.MustBeNull = I->getMustBeNull(); in GetMatchingCType()10811 bool MustBeNull) { in RegisterTypeTagForDatatype() argument10818 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype()10873 if (TypeInfo.MustBeNull) { in CheckArgumentWithTypeTag()
2064 BoolArgument<"MustBeNull">];