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()
13280 bool LayoutCompatible, bool MustBeNull);13285 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData()13287 MustBeNull(MustBeNull) in TypeTagData()13295 unsigned MustBeNull : 1; member
1576 bool MustBeNull = false; in ParseTypeTagForDatatypeAttribute() local1587 MustBeNull = true; in ParseTypeTagForDatatypeAttribute()1599 LayoutCompatible, MustBeNull, Syntax); in ParseTypeTagForDatatypeAttribute()
17225 TypeInfo.MustBeNull = I->getMustBeNull(); in GetMatchingCType()17247 bool MustBeNull) { in RegisterTypeTagForDatatype() argument17254 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype()17322 if (TypeInfo.MustBeNull) { in CheckArgumentWithTypeTag()
3446 BoolArgument<"MustBeNull">];