Searched refs:getPropertyAttributes (Results 1 – 25 of 25) sorted by relevance
1056 if (PDecl->getPropertyAttributes() != ObjCPropertyDecl::OBJC_PR_noattr) { in VisitObjCPropertyDecl()1059 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl()1065 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_getter) { in VisitObjCPropertyDecl()1070 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_setter) { in VisitObjCPropertyDecl()1076 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_assign) { in VisitObjCPropertyDecl()1081 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl()1087 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_retain) { in VisitObjCPropertyDecl()1092 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_strong) { in VisitObjCPropertyDecl()1097 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_copy) { in VisitObjCPropertyDecl()1102 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl()[all …]
1235 ObjCPropertyDecl::PropertyAttributeKind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
4841 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_nonatomic) in getObjCEncodingForPropertyDecl()4844 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_getter) { in getObjCEncodingForPropertyDecl()4849 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_setter) { in getObjCEncodingForPropertyDecl()
3751 ToProperty->setPropertyAttributes(D->getPropertyAttributes()); in VisitObjCPropertyDecl()
69 = property->getPropertyAttributes(); in checkARCPropertyDecl()151 unsigned Attributes = ODS.getPropertyAttributes(); in ActOnProperty()178 ODS.getPropertyAttributes(), in ActOnProperty()189 Attributes, ODS.getPropertyAttributes(), in ActOnProperty()626 getImpliedARCOwnership(property->getPropertyAttributes(), in checkARCPropertyImpl()697 getImpliedARCOwnership(property->getPropertyAttributes(), in setImpliedPropertyAttributeForReadOnlyProperty()942 = property->getPropertyAttributes(); in ActOnPropertyImplDecl()1181 if (property->getPropertyAttributes() & in ActOnPropertyImplDecl()1273 Property->getPropertyAttributes(); in DiagnosePropertyMismatch()1275 SuperProperty->getPropertyAttributes(); in DiagnosePropertyMismatch()[all …]
489 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak) in isWeakProperty()
1363 if (!(PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak)) in DiagnoseARCUseOfWeakReceiver()2462 Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak; in BuildInstanceMessage()
6329 unsigned Attributes = PD->getPropertyAttributes(); in checkUnsafeExprAssigns()
4703 unsigned Attributes = ODS.getPropertyAttributes(); in CodeCompleteObjCPropertyFlags()
125 PD->getPropertyAttributes(); in TraverseObjCMethodDecl()
767 ObjCPropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes() function
2818 if ((!(PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_atomic))) in GenerateObjCAtomicSetterCopyHelperFunction()2901 if ((!(PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_atomic))) in GenerateObjCAtomicGetterCopyHelperFunction()
1477 PD->getPropertyAttributes(), in CreateType()1551 PD->getPropertyAttributes(), in CreateType()
249 int attrs = property->getPropertyAttributes(); in PushPropertyAttributes()
2031 PropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes() function
586 Record.push_back((unsigned)D->getPropertyAttributes()); in VisitObjCPropertyDecl()
791 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl()
944 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl()
10300 (KJS::JSVariableObject::getPropertyAttributes):10551 (KJS::JSVariableObject::getPropertyAttributes):14057 (KJS::JSVariableObject::getPropertyAttributes): ditto16929 (KJS::JSObject::getPropertyAttributes):16980 (KJS::JSVariableObject::getPropertyAttributes):18709 The problem was caused by JSObject::getPropertyAttributes not being aware18710 of the JSVariableObject SymbolTable. The fix is to make getPropertyAttributes18717 (KJS::JSVariableObject::getPropertyAttributes):18957 (KJS::JSObject::getPropertyAttributes): Ditto.
1791 (JSC::JSObject::getPropertyAttributes):12103 (JSC::DebuggerActivation::getPropertyAttributes):22244 (JSC::JSObject::getPropertyAttributes):26096 (JSC::JSObject::getPropertyAttributes):30324 (JSC::JSObject::getPropertyAttributes): Ditto.32276 (JSC::JSObject::getPropertyAttributes):35419 (JSC::JSObject::getPropertyAttributes):35692 (JSC::JSObject::getPropertyAttributes): Update to get the propertyMap of the StructureID
10378 (KJS::JSObject::getPropertyAttributes):15819 Refactor to use getPropertyAttributes.15824 (KJS::ObjectImp::getPropertyAttributes):15826 Add getPropertyAttributes and propertyIsEnumerable.
13240 Remove JSObject::getPropertyAttributes() and all usage of it.
4748 (WebCore::JSDOMWindow::getPropertyAttributes): Perform security check.25622 … ClassInfo::propHashTable into a function, made getPropertyAttributes() take an ExecState pointer.25629 (WebCore::JSDOMWindowWrapper::getPropertyAttributes):33284 (WebCore::JSDOMWindowWrapper::getPropertyAttributes):
62 (WebCore::JSDOMWindow::getPropertyAttributes):91861 (WebCore::JSDOMWindow::getPropertyAttributes):91869 (WebCore::JSDOMWindowShell::getPropertyAttributes):
23016 Remove getPropertyAttributes() from JavaScript bindings.