Searched refs:PRVal (Results 1 – 2 of 2) sorted by relevance
812 void setPropertyAttributes(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributes() argument813 PropertyAttributes |= PRVal; in setPropertyAttributes()816 void overwritePropertyAttributes(unsigned PRVal) { in overwritePropertyAttributes() argument817 PropertyAttributes = PRVal; in overwritePropertyAttributes()824 void setPropertyAttributesAsWritten(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributesAsWritten() argument825 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()
882 void setPropertyAttributes(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributes() argument884 (ObjCPropertyAttribute::Kind)(PropertyAttributes | PRVal); in setPropertyAttributes()