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()
12633 bool LayoutCompatible, bool MustBeNull);12638 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData()12640 MustBeNull(MustBeNull) in TypeTagData()12648 unsigned MustBeNull : 1; member
1521 bool MustBeNull = false; in ParseTypeTagForDatatypeAttribute() local1532 MustBeNull = true; in ParseTypeTagForDatatypeAttribute()1544 LayoutCompatible, MustBeNull, Syntax); in ParseTypeTagForDatatypeAttribute()
15770 TypeInfo.MustBeNull = I->getMustBeNull(); in GetMatchingCType()15792 bool MustBeNull) { in RegisterTypeTagForDatatype() argument15799 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype()15867 if (TypeInfo.MustBeNull) { in CheckArgumentWithTypeTag()
3278 BoolArgument<"MustBeNull">];