Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h815 void setPropertyAttributes(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributes() argument
816 PropertyAttributes |= PRVal; in setPropertyAttributes()
819 void overwritePropertyAttributes(unsigned PRVal) { in overwritePropertyAttributes() argument
820 PropertyAttributes = PRVal; in overwritePropertyAttributes()
827 void setPropertyAttributesAsWritten(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributesAsWritten() argument
828 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h898 void setPropertyAttributes(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributes() argument
900 (ObjCPropertyAttribute::Kind)(PropertyAttributes | PRVal); in setPropertyAttributes()