Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjCCommon.h24 kind_readonly = 0x01, enumerator
H A DDeclObjC.h838 return (PropertyAttributes & ObjCPropertyAttribute::kind_readonly); in isReadOnly()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp190 !(Attributes & ObjCPropertyAttribute::kind_readonly)); in ActOnProperty()
274 if (Attributes & ObjCPropertyAttribute::kind_readonly) in makePropertyAttributesAsWritten()
275 attributesAsWritten |= ObjCPropertyAttribute::kind_readonly; in makePropertyAttributesAsWritten()
352 if ((Attrs & ObjCPropertyAttribute::kind_readonly) == 0) in checkAtomicPropertyMismatch()
635 if (Attributes & ObjCPropertyAttribute::kind_readonly) in CreatePropertyDecl()
636 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_readonly); in CreatePropertyDecl()
1120 if (Synthesize && (PIkind & ObjCPropertyAttribute::kind_readonly) && in ActOnPropertyImplDecl()
1206 ObjCPropertyAttribute::kind_readonly) && in ActOnPropertyImplDecl()
1627 if ((CAttr & ObjCPropertyAttribute::kind_readonly) && in DiagnosePropertyMismatch()
1635 else if (!(SAttr & ObjCPropertyAttribute::kind_readonly)) { in DiagnosePropertyMismatch()
[all …]
H A DSemaCodeComplete.cpp7477 if ((Attributes & ObjCPropertyAttribute::kind_readonly) && in ObjCPropertyFlagConflicts()
7512 ObjCPropertyAttribute::kind_readonly)) in CodeCompleteObjCPropertyFlags()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp305 ObjCPropertyAttribute::kind_readonly)) { in checkAllProps()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h1398 ObjCPropertyAttribute::kind_readonly) in recordObjCProperties()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1496 RenderAttribute(ObjCPropertyAttribute::kind_readonly, "readonly"); in getFragmentsForObjCProperty()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1656 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_readonly) { in VisitObjCPropertyDecl()
H A DJSONNodeDumper.cpp1198 Attrs & ObjCPropertyAttribute::kind_readonly); in VisitObjCPropertyDecl()
H A DTextNodeDumper.cpp2810 if (Attrs & ObjCPropertyAttribute::kind_readonly) in VisitObjCPropertyDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp918 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_readonly); in ParseObjCPropertyAttribute()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp250 if (attrs & ObjCPropertyAttribute::kind_readonly) { in PushPropertyAttributes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8062 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_readonly); in AddObjCClassProperty()