Searched refs:PRVal (Results 1 – 2 of 2) sorted by relevance
816 void setPropertyAttributes(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributes() argument817 PropertyAttributes |= PRVal; in setPropertyAttributes()820 void overwritePropertyAttributes(unsigned PRVal) { in overwritePropertyAttributes() argument821 PropertyAttributes = PRVal; in overwritePropertyAttributes()828 void setPropertyAttributesAsWritten(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributesAsWritten() argument829 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()
859 void setPropertyAttributes(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributes() argument861 (ObjCPropertyAttribute::Kind)(PropertyAttributes | PRVal); in setPropertyAttributes()