Home
last modified time | relevance | path

Searched refs:PRVal (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DDeclObjC.h795 void setPropertyAttributes(PropertyAttributeKind PRVal) { in setPropertyAttributes() argument
796 PropertyAttributes |= PRVal; in setPropertyAttributes()
798 void overwritePropertyAttributes(unsigned PRVal) { in overwritePropertyAttributes() argument
799 PropertyAttributes = PRVal; in overwritePropertyAttributes()
806 void setPropertyAttributesAsWritten(PropertyAttributeKind PRVal) { in setPropertyAttributesAsWritten() argument
807 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()
/external/clang/include/clang/Sema/
DDeclSpec.h831 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) { in setPropertyAttributes() argument
833 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal); in setPropertyAttributes()