Searched refs:PRVal (Results 1 – 2 of 2) sorted by relevance
844 void setPropertyAttributes(PropertyAttributeKind PRVal) { in setPropertyAttributes() argument845 PropertyAttributes |= PRVal; in setPropertyAttributes()848 void overwritePropertyAttributes(unsigned PRVal) { in overwritePropertyAttributes() argument849 PropertyAttributes = PRVal; in overwritePropertyAttributes()856 void setPropertyAttributesAsWritten(PropertyAttributeKind PRVal) { in setPropertyAttributesAsWritten() argument857 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()
846 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) { in setPropertyAttributes() argument848 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal); in setPropertyAttributes()