Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h1790 void setPropertyAttributes(PropertyAttributeKind PRVal) { in setPropertyAttributes() argument
1791 PropertyAttributes |= PRVal; in setPropertyAttributes()
1804 void setPropertyAttributesAsWritten(PropertyAttributeKind PRVal) { in setPropertyAttributesAsWritten() argument
1805 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()
/external/clang/include/clang/Sema/
DDeclSpec.h741 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) { in setPropertyAttributes() argument
743 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal); in setPropertyAttributes()