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.cpp865 unsigned OriginalAttributes = Property->getPropertyAttributesAsWritten(); in SelectPropertyForSynthesisFromProtocols() local
884 if (Attr != OriginalAttributes) { in SelectPropertyForSynthesisFromProtocols()
900 isIncompatiblePropertyAttribute(OriginalAttributes, Attr, in SelectPropertyForSynthesisFromProtocols()
902 Diag(OriginalAttributes & ObjCPropertyAttribute::kind_copy, "copy"); in SelectPropertyForSynthesisFromProtocols()
906 OriginalAttributes, Attr, in SelectPropertyForSynthesisFromProtocols()
909 Diag(OriginalAttributes & (ObjCPropertyAttribute::kind_retain | in SelectPropertyForSynthesisFromProtocols()
914 if (isIncompatiblePropertyAttribute(OriginalAttributes, Attr, in SelectPropertyForSynthesisFromProtocols()
916 Diag(OriginalAttributes & ObjCPropertyAttribute::kind_atomic, "atomic"); in SelectPropertyForSynthesisFromProtocols()