Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h818 void setPropertyAttributes(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributes() argument
819 PropertyAttributes |= PRVal; in setPropertyAttributes()
822 void overwritePropertyAttributes(unsigned PRVal) { in overwritePropertyAttributes() argument
823 PropertyAttributes = PRVal; in overwritePropertyAttributes()
830 void setPropertyAttributesAsWritten(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributesAsWritten() argument
831 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h934 void setPropertyAttributes(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributes() argument
936 (ObjCPropertyAttribute::Kind)(PropertyAttributes | PRVal); in setPropertyAttributes()