HomeSort by: relevance | last modified time | path
    Searched refs:CAttr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
Consumed.cpp 196 const ConsumableAttr *CAttr =
199 switch (CAttr->getDefaultState()) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp 1640 ObjCPropertyAttribute::Kind CAttr = Property->getPropertyAttributes();
1647 !getOwnershipRule(SAttr) && getOwnershipRule(CAttr))
1650 if ((CAttr & ObjCPropertyAttribute::kind_readonly) &&
1654 if ((CAttr & ObjCPropertyAttribute::kind_copy) !=
1659 unsigned CAttrRetain = (CAttr & (ObjCPropertyAttribute::kind_retain |

Completed in 19 milliseconds