Searched refs:DQ_PR_nullability (Results 1 – 4 of 4) sorted by relevance
734 if (OCDS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCInterfaceDeclList()916 if (DS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCPropertyAttribute()920 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_nullability); in ParseObjCPropertyAttribute()923 if (DS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCPropertyAttribute()927 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_nullability); in ParseObjCPropertyAttribute()930 if (DS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCPropertyAttribute()934 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_nullability); in ParseObjCPropertyAttribute()937 if (DS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCPropertyAttribute()941 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_nullability); in ParseObjCPropertyAttribute()
824 DQ_PR_nullability = 0x1000, enumerator853 (getPropertyAttributes() & DQ_PR_nullability)) && in getNullability()860 (getPropertyAttributes() & DQ_PR_nullability)) && in getNullabilityLoc()867 (getPropertyAttributes() & DQ_PR_nullability)) && in setNullability()
703 if (Attributes & ObjCDeclSpec::DQ_PR_nullability) in CreatePropertyDecl()
5726 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_nullability)) { in CodeCompleteObjCPropertyFlags()