Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp91 property->setPropertyAttributes(attr); in checkARCPropertyDecl()
295 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_readonly); in HandlePropertyInClassExtension()
297 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_readwrite); in HandlePropertyInClassExtension()
376 setPropertyAttributes((ObjCDeclSpec::ObjCPropertyAttributeKind) in HandlePropertyInClassExtension()
393 PIDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_retain); in HandlePropertyInClassExtension()
395 PIDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in HandlePropertyInClassExtension()
397 PIDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_copy); in HandlePropertyInClassExtension()
488 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_readonly); in CreatePropertyDecl()
491 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_getter); in CreatePropertyDecl()
494 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_setter); in CreatePropertyDecl()
[all …]
/external/clang/lib/Parse/
DParseObjc.cpp569 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readonly); in ParseObjCPropertyAttribute()
571 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_assign); in ParseObjCPropertyAttribute()
573 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_unsafe_unretained); in ParseObjCPropertyAttribute()
575 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readwrite); in ParseObjCPropertyAttribute()
577 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_retain); in ParseObjCPropertyAttribute()
579 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_strong); in ParseObjCPropertyAttribute()
581 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_copy); in ParseObjCPropertyAttribute()
583 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_nonatomic); in ParseObjCPropertyAttribute()
585 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_atomic); in ParseObjCPropertyAttribute()
587 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_weak); in ParseObjCPropertyAttribute()
[all …]
/external/clang/include/clang/Sema/
DDeclSpec.h758 void setPropertyAttributes(ObjCPropertyAttributeKind PRVal) { in setPropertyAttributes() function
/external/clang/include/clang/AST/
DDeclObjC.h1799 void setPropertyAttributes(PropertyAttributeKind PRVal) { in setPropertyAttributes() function
/external/clang/lib/Serialization/
DASTReaderDecl.cpp819 D->setPropertyAttributes( in VisitObjCPropertyDecl()
/external/clang/lib/AST/
DASTImporter.cpp3537 ToProperty->setPropertyAttributes(D->getPropertyAttributes()); in VisitObjCPropertyDecl()