Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h816 void setPropertyAttributes(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributes() argument
817 PropertyAttributes |= PRVal; in setPropertyAttributes()
820 void overwritePropertyAttributes(unsigned PRVal) { in overwritePropertyAttributes() argument
821 PropertyAttributes = PRVal; in overwritePropertyAttributes()
828 void setPropertyAttributesAsWritten(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributesAsWritten() argument
829 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h859 void setPropertyAttributes(ObjCPropertyAttribute::Kind PRVal) { in setPropertyAttributes() argument
861 (ObjCPropertyAttribute::Kind)(PropertyAttributes | PRVal); in setPropertyAttributes()