Searched refs:MustBeNull (Results 1 – 5 of 5) sorted by relevance
174 unsigned MustBeNull : 1; member363 ExtraData.MustBeNull = mustBeNull; in ParsedAttr()547 return getTypeTagForDatatypeDataSlot().MustBeNull; in getMustBeNull()
12736 bool LayoutCompatible, bool MustBeNull);12741 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData()12743 MustBeNull(MustBeNull) in TypeTagData()12751 unsigned MustBeNull : 1; member
1521 bool MustBeNull = false; in ParseTypeTagForDatatypeAttribute() local1532 MustBeNull = true; in ParseTypeTagForDatatypeAttribute()1544 LayoutCompatible, MustBeNull, Syntax); in ParseTypeTagForDatatypeAttribute()
16111 TypeInfo.MustBeNull = I->getMustBeNull(); in GetMatchingCType()16133 bool MustBeNull) { in RegisterTypeTagForDatatype() argument16140 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype()16208 if (TypeInfo.MustBeNull) { in CheckArgumentWithTypeTag()
3305 BoolArgument<"MustBeNull">];