Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp176 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_readonly); in HandlePropertyInClassExtension()
216 if (isReadWrite && (PIkind & ObjCPropertyDecl::OBJC_PR_readonly)) { in HandlePropertyInClassExtension()
338 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_readonly; in CreatePropertyDecl()
366 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_readonly); in CreatePropertyDecl()
875 if ((CAttr & ObjCPropertyDecl::OBJC_PR_readonly) in DiagnosePropertyMismatch()
1271 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_readonly) in DefaultSynthesizeProperties()
1462 if ((!(CAttr & ObjCPropertyDecl::OBJC_PR_readonly)) && in ProcessPropertyDecl()
/external/clang/include/clang/AST/
DDeclObjC.h1406 OBJC_PR_readonly = 0x01, enumerator
1487 PropertyAttributes &= ~OBJC_PR_readonly; in makeitReadWriteAttribute()
1495 return (PropertyAttributes & OBJC_PR_readonly); in isReadOnly()
/external/clang/lib/ARCMigrate/
DTransProperties.cpp166 if ((propAttrs & ObjCPropertyDecl::OBJC_PR_readonly) && in maybeAddWeakOrUnsafeUnretainedAttr()
/external/clang/lib/AST/
DDeclPrinter.cpp904 ObjCPropertyDecl::OBJC_PR_readonly) { in VisitObjCPropertyDecl()