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.cpp1308 ObjCPropertyDecl::PropertyAttributeKind CAttr = local
1317 !getOwnershipRule(SAttr) && getOwnershipRule(CAttr))
1320 if ((CAttr & ObjCPropertyDecl::OBJC_PR_readonly)
1324 if ((CAttr & ObjCPropertyDecl::OBJC_PR_copy)
1330 (CAttr &
1343 if ((CAttr & ObjCPropertyDecl::OBJC_PR_nonatomic)
1959 ObjCPropertyDecl::PropertyAttributeKind CAttr = local
1961 if ((!(CAttr & ObjCPropertyDecl::OBJC_PR_readonly)) &&

Completed in 3501 milliseconds