Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp879 unsigned OriginalAttributes = Property->getPropertyAttributesAsWritten(); in SelectPropertyForSynthesisFromProtocols() local
898 if (Attr != OriginalAttributes) { in SelectPropertyForSynthesisFromProtocols()
914 isIncompatiblePropertyAttribute(OriginalAttributes, Attr, in SelectPropertyForSynthesisFromProtocols()
916 Diag(OriginalAttributes & ObjCPropertyAttribute::kind_copy, "copy"); in SelectPropertyForSynthesisFromProtocols()
920 OriginalAttributes, Attr, in SelectPropertyForSynthesisFromProtocols()
923 Diag(OriginalAttributes & (ObjCPropertyAttribute::kind_retain | in SelectPropertyForSynthesisFromProtocols()
928 if (isIncompatiblePropertyAttribute(OriginalAttributes, Attr, in SelectPropertyForSynthesisFromProtocols()
930 Diag(OriginalAttributes & ObjCPropertyAttribute::kind_atomic, "atomic"); in SelectPropertyForSynthesisFromProtocols()