Searched refs:PRVal (Results 1 – 2 of 2) sorted by relevance
2253 void setPropertyAttributes(PropertyAttributeKind PRVal) { in setPropertyAttributes() argument2254 PropertyAttributes |= PRVal; in setPropertyAttributes()2267 void setPropertyAttributesAsWritten(PropertyAttributeKind PRVal) { in setPropertyAttributesAsWritten() argument2268 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()
803 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) { in setPropertyAttributes() argument805 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal); in setPropertyAttributes()