Searched refs:CAttr (Results 1 – 2 of 2) sorted by relevance
1305 ObjCPropertyDecl::PropertyAttributeKind CAttr = in DiagnosePropertyMismatch() local1314 !getOwnershipRule(SAttr) && getOwnershipRule(CAttr)) in DiagnosePropertyMismatch()1317 if ((CAttr & ObjCPropertyDecl::OBJC_PR_readonly) in DiagnosePropertyMismatch()1321 if ((CAttr & ObjCPropertyDecl::OBJC_PR_copy) in DiagnosePropertyMismatch()1327 (CAttr & in DiagnosePropertyMismatch()1340 if ((CAttr & ObjCPropertyDecl::OBJC_PR_nonatomic) in DiagnosePropertyMismatch()1919 ObjCPropertyDecl::PropertyAttributeKind CAttr = in ProcessPropertyDecl() local1921 if ((!(CAttr & ObjCPropertyDecl::OBJC_PR_readonly)) && in ProcessPropertyDecl()
195 const ConsumableAttr *CAttr = in mapConsumableAttrState() local198 switch (CAttr->getDefaultState()) { in mapConsumableAttrState()