Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1617 ObjCPropertyAttribute::Kind CAttr = Property->getPropertyAttributes(); in DiagnosePropertyMismatch() local
1624 !getOwnershipRule(SAttr) && getOwnershipRule(CAttr)) in DiagnosePropertyMismatch()
1627 if ((CAttr & ObjCPropertyAttribute::kind_readonly) && in DiagnosePropertyMismatch()
1631 if ((CAttr & ObjCPropertyAttribute::kind_copy) != in DiagnosePropertyMismatch()
1636 unsigned CAttrRetain = (CAttr & (ObjCPropertyAttribute::kind_retain | in DiagnosePropertyMismatch()