Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp1639 ObjCPropertyAttribute::Kind CAttr = Property->getPropertyAttributes(); in DiagnosePropertyMismatch() local
1646 !getOwnershipRule(SAttr) && getOwnershipRule(CAttr)) in DiagnosePropertyMismatch()
1649 if ((CAttr & ObjCPropertyAttribute::kind_readonly) && in DiagnosePropertyMismatch()
1653 if ((CAttr & ObjCPropertyAttribute::kind_copy) != in DiagnosePropertyMismatch()
1658 unsigned CAttrRetain = (CAttr & (ObjCPropertyAttribute::kind_retain | in DiagnosePropertyMismatch()
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DConsumed.cpp196 const ConsumableAttr *CAttr = in mapConsumableAttrState() local
199 switch (CAttr->getDefaultState()) { in mapConsumableAttrState()