Home
last modified time | relevance | path

Searched refs:PRVal (Results 1 – 3 of 3) 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/llvm-project/clang/include/clang/AST/
DDeclObjC.h836 void setPropertyAttributes(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributes() argument
837 PropertyAttributes |= PRVal; in setPropertyAttributes()
840 void overwritePropertyAttributes(unsigned PRVal) { in overwritePropertyAttributes() argument
841 PropertyAttributes = PRVal; in overwritePropertyAttributes()
848 void setPropertyAttributesAsWritten(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributesAsWritten() argument
849 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h859 void setPropertyAttributes(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributes() argument
861 (ObjCPropertyAttribute::Kind)(PropertyAttributes | PRVal); in setPropertyAttributes()