Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h2509 void setPropertyAttributes(PropertyAttributeKind PRVal) { in setPropertyAttributes() argument
2510 PropertyAttributes |= PRVal; in setPropertyAttributes()
2512 void overwritePropertyAttributes(unsigned PRVal) { in overwritePropertyAttributes() argument
2513 PropertyAttributes = PRVal; in overwritePropertyAttributes()
2520 void setPropertyAttributesAsWritten(PropertyAttributeKind PRVal) { in setPropertyAttributesAsWritten() argument
2521 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()
/external/clang/include/clang/Sema/
DDeclSpec.h812 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) { in setPropertyAttributes() argument
814 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal); in setPropertyAttributes()