Searched refs:CAttr (Results 1 – 2 of 2) sorted by relevance
1420 ObjCPropertyDecl::PropertyAttributeKind CAttr = in DiagnosePropertyMismatch() local1429 !getOwnershipRule(SAttr) && getOwnershipRule(CAttr)) in DiagnosePropertyMismatch()1432 if ((CAttr & ObjCPropertyDecl::OBJC_PR_readonly) in DiagnosePropertyMismatch()1436 if ((CAttr & ObjCPropertyDecl::OBJC_PR_copy) in DiagnosePropertyMismatch()1442 (CAttr & in DiagnosePropertyMismatch()2179 ObjCPropertyDecl::PropertyAttributeKind CAttr = in ProcessPropertyDecl() local2181 if ((!(CAttr & ObjCPropertyDecl::OBJC_PR_readonly)) && in ProcessPropertyDecl()
195 const ConsumableAttr *CAttr = in mapConsumableAttrState() local198 switch (CAttr->getDefaultState()) { in mapConsumableAttrState()