Searched refs:PRVal (Results 1 – 2 of 2) sorted by relevance
857 void setPropertyAttributes(PropertyAttributeKind PRVal) { in setPropertyAttributes() argument858 PropertyAttributes |= PRVal; in setPropertyAttributes()861 void overwritePropertyAttributes(unsigned PRVal) { in overwritePropertyAttributes() argument862 PropertyAttributes = PRVal; in overwritePropertyAttributes()869 void setPropertyAttributesAsWritten(PropertyAttributeKind PRVal) { in setPropertyAttributesAsWritten() argument870 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()
872 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) { in setPropertyAttributes() argument874 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal); in setPropertyAttributes()