Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaObjCProperty.cpp239 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_readonly; in makePropertyAttributesAsWritten()
347 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_readonly); in HandlePropertyInClassExtension()
425 if (isReadWrite && (PIkind & ObjCPropertyDecl::OBJC_PR_readonly)) { in HandlePropertyInClassExtension()
426 PIkind &= ~ObjCPropertyDecl::OBJC_PR_readonly; in HandlePropertyInClassExtension()
595 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_readonly); in CreatePropertyDecl()
861 (PIkind & ObjCPropertyDecl::OBJC_PR_readonly) && in ActOnPropertyImplDecl()
948 ObjCPropertyDecl::OBJC_PR_readonly) && in ActOnPropertyImplDecl()
1329 if ((CAttr & ObjCPropertyDecl::OBJC_PR_readonly) in DiagnosePropertyMismatch()
1337 else if (!(SAttr & ObjCPropertyDecl::OBJC_PR_readonly)){ in DiagnosePropertyMismatch()
1517 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_readonly) in SuperClassImplementsProperty()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransGCAttrs.cpp310 ObjCPropertyDecl::OBJC_PR_readonly)) { in checkAllProps()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h2429 OBJC_PR_readonly = 0x01, enumerator
2538 PropertyAttributes &= ~OBJC_PR_readonly; in makeitReadWriteAttribute()
2546 return (PropertyAttributes & OBJC_PR_readonly); in isReadOnly()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclPrinter.cpp1195 ObjCPropertyDecl::OBJC_PR_readonly) { in VisitObjCPropertyDecl()
HDASTDumper.cpp1556 if (Attrs & ObjCPropertyDecl::OBJC_PR_readonly) in VisitObjCPropertyDecl()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjCGNU.cpp249 if (attrs & ObjCPropertyDecl::OBJC_PR_readonly) { in PushPropertyAttributes()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp5449 … property_decl->setPropertyAttributes (clang::ObjCPropertyDecl::OBJC_PR_readonly); in AddObjCClassProperty()