Searched refs:MustBeNull (Results 1 – 5 of 5) sorted by relevance
83 unsigned MustBeNull : 1; member300 ExtraData.MustBeNull = mustBeNull; in ParsedAttr()522 return getTypeTagForDatatypeDataSlot().MustBeNull; in getMustBeNull()
10645 bool LayoutCompatible, bool MustBeNull);10650 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData()10652 MustBeNull(MustBeNull) in TypeTagData()10660 unsigned MustBeNull : 1; member
1518 bool MustBeNull = false; in ParseTypeTagForDatatypeAttribute() local1529 MustBeNull = true; in ParseTypeTagForDatatypeAttribute()1541 LayoutCompatible, MustBeNull, Syntax); in ParseTypeTagForDatatypeAttribute()
13620 TypeInfo.MustBeNull = I->getMustBeNull(); in GetMatchingCType()13642 bool MustBeNull) { in RegisterTypeTagForDatatype() argument13649 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype()13717 if (TypeInfo.MustBeNull) { in CheckArgumentWithTypeTag()
2717 BoolArgument<"MustBeNull">];