Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h812 void setPropertyAttributes(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributes() argument
813 PropertyAttributes |= PRVal; in setPropertyAttributes()
816 void overwritePropertyAttributes(unsigned PRVal) { in overwritePropertyAttributes() argument
817 PropertyAttributes = PRVal; in overwritePropertyAttributes()
824 void setPropertyAttributesAsWritten(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributesAsWritten() argument
825 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h882 void setPropertyAttributes(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributes() argument
884 (ObjCPropertyAttribute::Kind)(PropertyAttributes | PRVal); in setPropertyAttributes()