Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp864 unsigned OriginalAttributes = Property->getPropertyAttributesAsWritten(); in SelectPropertyForSynthesisFromProtocols() local
883 if (Attr != OriginalAttributes) { in SelectPropertyForSynthesisFromProtocols()
899 isIncompatiblePropertyAttribute(OriginalAttributes, Attr, in SelectPropertyForSynthesisFromProtocols()
901 Diag(OriginalAttributes & ObjCPropertyAttribute::kind_copy, "copy"); in SelectPropertyForSynthesisFromProtocols()
905 OriginalAttributes, Attr, in SelectPropertyForSynthesisFromProtocols()
908 Diag(OriginalAttributes & (ObjCPropertyAttribute::kind_retain | in SelectPropertyForSynthesisFromProtocols()
913 if (isIncompatiblePropertyAttribute(OriginalAttributes, Attr, in SelectPropertyForSynthesisFromProtocols()
915 Diag(OriginalAttributes & ObjCPropertyAttribute::kind_atomic, "atomic"); in SelectPropertyForSynthesisFromProtocols()