reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1456 if (PDecl->getPropertyImplementation() == ObjCPropertyDecl::Required) 1458 else if (PDecl->getPropertyImplementation() == ObjCPropertyDecl::Optional) 1461 QualType T = PDecl->getType(); 1464 if (PDecl->getPropertyAttributes() != ObjCPropertyDecl::OBJC_PR_noattr) { 1467 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_class) { 1472 if (PDecl->getPropertyAttributes() & 1477 if (PDecl->getPropertyAttributes() & 1483 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_assign) { 1487 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_retain) { 1492 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_strong) { 1496 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_copy) { 1500 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak) { 1504 if (PDecl->getPropertyAttributes() 1510 if (PDecl->getPropertyAttributes() & 1515 if (PDecl->getPropertyAttributes() & 1521 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_getter) { 1523 PDecl->getGetterName().print(Out); 1526 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_setter) { 1528 PDecl->getSetterName().print(Out); 1532 if (PDecl->getPropertyAttributes() & 1536 (PDecl->getPropertyAttributes() & 1550 std::string TypeStr = PDecl->getASTContext().getUnqualifiedObjCPointerType(T). 1555 Out << *PDecl;