Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp1305 ObjCPropertyDecl::PropertyAttributeKind CAttr = in DiagnosePropertyMismatch() local
1314 !getOwnershipRule(SAttr) && getOwnershipRule(CAttr)) in DiagnosePropertyMismatch()
1317 if ((CAttr & ObjCPropertyDecl::OBJC_PR_readonly) in DiagnosePropertyMismatch()
1321 if ((CAttr & ObjCPropertyDecl::OBJC_PR_copy) in DiagnosePropertyMismatch()
1327 (CAttr & in DiagnosePropertyMismatch()
1340 if ((CAttr & ObjCPropertyDecl::OBJC_PR_nonatomic) in DiagnosePropertyMismatch()
1919 ObjCPropertyDecl::PropertyAttributeKind CAttr = in ProcessPropertyDecl() local
1921 if ((!(CAttr & ObjCPropertyDecl::OBJC_PR_readonly)) && in ProcessPropertyDecl()
/external/clang/lib/Analysis/
DConsumed.cpp195 const ConsumableAttr *CAttr = in mapConsumableAttrState() local
198 switch (CAttr->getDefaultState()) { in mapConsumableAttrState()