Home
last modified time | relevance | path

Searched refs:getPropertyAttributes (Results 1 – 25 of 25) sorted by relevance

/external/clang/lib/AST/
DDeclPrinter.cpp1056 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 …]
DASTDumper.cpp1235 ObjCPropertyDecl::PropertyAttributeKind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
DASTContext.cpp4841 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()
DASTImporter.cpp3751 ToProperty->setPropertyAttributes(D->getPropertyAttributes()); in VisitObjCPropertyDecl()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp69 = 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 …]
DSemaPseudoObject.cpp489 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak) in isWeakProperty()
DSemaExprObjC.cpp1363 if (!(PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak)) in DiagnoseARCUseOfWeakReceiver()
2462 Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak; in BuildInstanceMessage()
DSemaChecking.cpp6329 unsigned Attributes = PD->getPropertyAttributes(); in checkUnsafeExprAssigns()
DSemaCodeComplete.cpp4703 unsigned Attributes = ODS.getPropertyAttributes(); in CodeCompleteObjCPropertyFlags()
/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp125 PD->getPropertyAttributes(); in TraverseObjCMethodDecl()
/external/clang/include/clang/Sema/
DDeclSpec.h767 ObjCPropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes() function
/external/clang/lib/CodeGen/
DCGObjC.cpp2818 if ((!(PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_atomic))) in GenerateObjCAtomicSetterCopyHelperFunction()
2901 if ((!(PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_atomic))) in GenerateObjCAtomicGetterCopyHelperFunction()
DCGDebugInfo.cpp1477 PD->getPropertyAttributes(), in CreateType()
1551 PD->getPropertyAttributes(), in CreateType()
DCGObjCGNU.cpp249 int attrs = property->getPropertyAttributes(); in PushPropertyAttributes()
/external/clang/include/clang/AST/
DDeclObjC.h2031 PropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp586 Record.push_back((unsigned)D->getPropertyAttributes()); in VisitObjCPropertyDecl()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp791 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl()
DRewriteModernObjC.cpp944 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-1010300 (KJS::JSVariableObject::getPropertyAttributes):
10551 (KJS::JSVariableObject::getPropertyAttributes):
14057 (KJS::JSVariableObject::getPropertyAttributes): ditto
16929 (KJS::JSObject::getPropertyAttributes):
16980 (KJS::JSVariableObject::getPropertyAttributes):
18709 The problem was caused by JSObject::getPropertyAttributes not being aware
18710 of the JSVariableObject SymbolTable. The fix is to make getPropertyAttributes
18717 (KJS::JSVariableObject::getPropertyAttributes):
18957 (KJS::JSObject::getPropertyAttributes): Ditto.
DChangeLog-2009-06-161791 (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
DChangeLog-2007-10-1410378 (KJS::JSObject::getPropertyAttributes):
15819 Refactor to use getPropertyAttributes.
15824 (KJS::ObjectImp::getPropertyAttributes):
15826 Add getPropertyAttributes and propertyIsEnumerable.
DChangeLog-2010-05-2413240 Remove JSObject::getPropertyAttributes() and all usage of it.
/external/webkit/Source/WebCore/
DChangeLog-2008-08-104748 (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):
DChangeLog-2009-06-1662 (WebCore::JSDOMWindow::getPropertyAttributes):
91861 (WebCore::JSDOMWindow::getPropertyAttributes):
91869 (WebCore::JSDOMWindowShell::getPropertyAttributes):
DChangeLog-2010-01-2923016 Remove getPropertyAttributes() from JavaScript bindings.