Searched refs:PRVal (Results 1 – 2 of 2) sorted by relevance
818 void setPropertyAttributes(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributes() argument819 PropertyAttributes |= PRVal; in setPropertyAttributes()822 void overwritePropertyAttributes(unsigned PRVal) { in overwritePropertyAttributes() argument823 PropertyAttributes = PRVal; in overwritePropertyAttributes()830 void setPropertyAttributesAsWritten(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributesAsWritten() argument831 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()
934 void setPropertyAttributes(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributes() argument936 (ObjCPropertyAttribute::Kind)(PropertyAttributes | PRVal); in setPropertyAttributes()