Home | History | Annotate | Download | only in AST

Lines Matching refs:getPropertyAttributes

4282   if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_nonatomic)
4285 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_getter) {
4290 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_setter) {