Searched refs:PRVal (Results 1 – 3 of 3) 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()
836 void setPropertyAttributes(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributes() argument837 PropertyAttributes |= PRVal; in setPropertyAttributes()840 void overwritePropertyAttributes(unsigned PRVal) { in overwritePropertyAttributes() argument841 PropertyAttributes = PRVal; in overwritePropertyAttributes()848 void setPropertyAttributesAsWritten(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributesAsWritten() argument849 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()
859 void setPropertyAttributes(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributes() argument861 (ObjCPropertyAttribute::Kind)(PropertyAttributes | PRVal); in setPropertyAttributes()