Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h844 void setPropertyAttributes(PropertyAttributeKind PRVal) { in setPropertyAttributes() argument
845 PropertyAttributes |= PRVal; in setPropertyAttributes()
848 void overwritePropertyAttributes(unsigned PRVal) { in overwritePropertyAttributes() argument
849 PropertyAttributes = PRVal; in overwritePropertyAttributes()
856 void setPropertyAttributesAsWritten(PropertyAttributeKind PRVal) { in setPropertyAttributesAsWritten() argument
857 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h846 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) { in setPropertyAttributes() argument
848 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal); in setPropertyAttributes()