Searched defs:CAttr (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Analysis/
H A DConsumed.cpp195 const ConsumableAttr *CAttr = local
198 switch (CAttr->getDefaultState()) {
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1405 ObjCPropertyDecl::PropertyAttributeKind CAttr = local
1414 !getOwnershipRule(SAttr) && getOwnershipRule(CAttr))
1417 if ((CAttr & ObjCPropertyDecl::OBJC_PR_readonly)
1421 if ((CAttr & ObjCPropertyDecl::OBJC_PR_copy)
1427 (CAttr &
2108 ObjCPropertyDecl::PropertyAttributeKind CAttr = local
2110 if ((!(CAttr & ObjCPropertyDecl::OBJC_PR_readonly)) &&

Completed in 119 milliseconds