Searched refs:MustBeNull (Results 1 – 5 of 5) sorted by relevance
90 unsigned MustBeNull : 1;270 ExtraData.MustBeNull = mustBeNull; in ParsedAttr()456 return getTypeTagForDatatypeDataSlot().MustBeNull; in getMustBeNull()
2632 bool LayoutCompatible, bool MustBeNull);2637 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) in TypeTagData()2639 MustBeNull(MustBeNull) {} in TypeTagData()2648 unsigned MustBeNull : 1;
1705 bool MustBeNull = false; in ParseTypeTagForDatatypeAttribute() local1716 MustBeNull = true; in ParseTypeTagForDatatypeAttribute()1728 ArgumentKind, MatchingCType.get(), LayoutCompatible, MustBeNull, Form); in ParseTypeTagForDatatypeAttribute()
15393 TypeInfo.MustBeNull = I->getMustBeNull(); in GetMatchingCType()15415 bool MustBeNull) { in RegisterTypeTagForDatatype() argument15422 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype()15490 if (TypeInfo.MustBeNull) { in CheckArgumentWithTypeTag()
4260 BoolArgument<"MustBeNull">];