Searched refs:PRVal (Results 1 – 2 of 2) sorted by relevance
2065 void setPropertyAttributes(PropertyAttributeKind PRVal) { in setPropertyAttributes() argument2066 PropertyAttributes |= PRVal; in setPropertyAttributes()2079 void setPropertyAttributesAsWritten(PropertyAttributeKind PRVal) { in setPropertyAttributesAsWritten() argument2080 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()
810 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) { in setPropertyAttributes() argument812 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal); in setPropertyAttributes()