Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclObjC.h2065 void setPropertyAttributes(PropertyAttributeKind PRVal) { in setPropertyAttributes() argument
2066 PropertyAttributes |= PRVal; in setPropertyAttributes()
2079 void setPropertyAttributesAsWritten(PropertyAttributeKind PRVal) { in setPropertyAttributesAsWritten() argument
2080 PropertyAttributesAsWritten = PRVal; in setPropertyAttributesAsWritten()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DDeclSpec.h810 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) { in setPropertyAttributes() argument
812 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal); in setPropertyAttributes()