Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp871 ObjCPropertyDecl::PropertyAttributeKind CAttr = in DiagnosePropertyMismatch() local
875 if ((CAttr & ObjCPropertyDecl::OBJC_PR_readonly) in DiagnosePropertyMismatch()
879 if ((CAttr & ObjCPropertyDecl::OBJC_PR_copy) in DiagnosePropertyMismatch()
885 (CAttr & in DiagnosePropertyMismatch()
897 if ((CAttr & ObjCPropertyDecl::OBJC_PR_nonatomic) in DiagnosePropertyMismatch()
1460 ObjCPropertyDecl::PropertyAttributeKind CAttr = in ProcessPropertyDecl() local
1462 if ((!(CAttr & ObjCPropertyDecl::OBJC_PR_readonly)) && in ProcessPropertyDecl()