Searched refs:PRVal (Results 1 – 2 of 2) sorted by relevance
2509 void setPropertyAttributes(PropertyAttributeKind PRVal) { in setPropertyAttributes() argument2510 PropertyAttributes |= PRVal; in setPropertyAttributes()2512 void overwritePropertyAttributes(unsigned PRVal) { in overwritePropertyAttributes() argument2513 PropertyAttributes = PRVal; in overwritePropertyAttributes()2520 void setPropertyAttributesAsWritten(PropertyAttributeKind PRVal) { in setPropertyAttributesAsWritten() argument2521 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()
812 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) { in setPropertyAttributes() argument814 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal); in setPropertyAttributes()