Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjC.h857 void setPropertyAttributes(PropertyAttributeKind PRVal) { in setPropertyAttributes() argument
858 PropertyAttributes |= PRVal; in setPropertyAttributes()
861 void overwritePropertyAttributes(unsigned PRVal) { in overwritePropertyAttributes() argument
862 PropertyAttributes = PRVal; in overwritePropertyAttributes()
869 void setPropertyAttributesAsWritten(PropertyAttributeKind PRVal) { in setPropertyAttributesAsWritten() argument
870 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h872 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) { in setPropertyAttributes() argument
874 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal); in setPropertyAttributes()