Searched refs:PRVal (Results 1 – 2 of 2) sorted by relevance
795 void setPropertyAttributes(PropertyAttributeKind PRVal) { in setPropertyAttributes() argument796 PropertyAttributes |= PRVal; in setPropertyAttributes()798 void overwritePropertyAttributes(unsigned PRVal) { in overwritePropertyAttributes() argument799 PropertyAttributes = PRVal; in overwritePropertyAttributes()806 void setPropertyAttributesAsWritten(PropertyAttributeKind PRVal) { in setPropertyAttributesAsWritten() argument807 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()
831 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) { in setPropertyAttributes() argument833 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal); in setPropertyAttributes()