Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h2253 void setPropertyAttributes(PropertyAttributeKind PRVal) { in setPropertyAttributes() argument
2254 PropertyAttributes |= PRVal; in setPropertyAttributes()
2267 void setPropertyAttributesAsWritten(PropertyAttributeKind PRVal) { in setPropertyAttributesAsWritten() argument
2268 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()
/external/clang/include/clang/Sema/
DDeclSpec.h803 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) { in setPropertyAttributes() argument
805 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal); in setPropertyAttributes()