Searched refs:PRVal (Results 1 – 2 of 2) sorted by relevance
815 void setPropertyAttributes(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributes() argument816 PropertyAttributes |= PRVal; in setPropertyAttributes()819 void overwritePropertyAttributes(unsigned PRVal) { in overwritePropertyAttributes() argument820 PropertyAttributes = PRVal; in overwritePropertyAttributes()827 void setPropertyAttributesAsWritten(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributesAsWritten() argument828 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()
898 void setPropertyAttributes(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributes() argument900 (ObjCPropertyAttribute::Kind)(PropertyAttributes | PRVal); in setPropertyAttributes()