Searched defs:PRVal (Results 1 - 2 of 2) sorted by relevance

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

Completed in 141 milliseconds