Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclPrinter.cpp1081 if (PDecl->getPropertyAttributes() != ObjCPropertyDecl::OBJC_PR_noattr) { in VisitObjCPropertyDecl()
1084 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl()
1090 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_getter) { in VisitObjCPropertyDecl()
1095 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_setter) { in VisitObjCPropertyDecl()
1101 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_assign) { in VisitObjCPropertyDecl()
1106 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl()
1112 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_retain) { in VisitObjCPropertyDecl()
1117 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_strong) { in VisitObjCPropertyDecl()
1122 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_copy) { in VisitObjCPropertyDecl()
1127 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl()
[all …]
DASTContext.cpp4961 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_copy) in getObjCEncodingForPropertyDecl()
4963 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_retain) in getObjCEncodingForPropertyDecl()
4979 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_nonatomic) in getObjCEncodingForPropertyDecl()
4982 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_getter) { in getObjCEncodingForPropertyDecl()
4987 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_setter) { in getObjCEncodingForPropertyDecl()
DDeclObjC.cpp131 if (P->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_readwrite) in HasUserDeclaredSetterMethod()
DASTDumper.cpp1309 ObjCPropertyDecl::PropertyAttributeKind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
DASTImporter.cpp3792 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()
634 getImpliedARCOwnership(property->getPropertyAttributes(), in checkARCPropertyImpl()
705 getImpliedARCOwnership(property->getPropertyAttributes(), in setImpliedPropertyAttributeForReadOnlyProperty()
1005 = property->getPropertyAttributes(); in ActOnPropertyImplDecl()
1266 if (property->getPropertyAttributes() & in ActOnPropertyImplDecl()
1358 Property->getPropertyAttributes(); in DiagnosePropertyMismatch()
1360 SuperProperty->getPropertyAttributes(); in DiagnosePropertyMismatch()
[all …]
DSemaExprObjC.cpp1464 if (!(PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak)) in DiagnoseARCUseOfWeakReceiver()
2578 Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak; in BuildInstanceMessage()
DSemaPseudoObject.cpp538 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak) in isWeakProperty()
DSemaChecking.cpp6734 unsigned Attributes = PD->getPropertyAttributes(); in checkUnsafeExprAssigns()
DSemaCodeComplete.cpp4725 unsigned Attributes = ODS.getPropertyAttributes(); in CodeCompleteObjCPropertyFlags()
/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp125 PD->getPropertyAttributes(); in TraverseObjCMethodDecl()
DObjCMT.cpp331 if ((ClassProperty->getPropertyAttributes() in ClassImplementsAllMethodsAndProperties()
332 != Property->getPropertyAttributes()) || in ClassImplementsAllMethodsAndProperties()
/external/clang/include/clang/Sema/
DDeclSpec.h784 ObjCPropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes() function
/external/clang/lib/CodeGen/
DCGObjC.cpp2865 if ((!(PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_atomic))) in GenerateObjCAtomicSetterCopyHelperFunction()
2947 if ((!(PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_atomic))) in GenerateObjCAtomicGetterCopyHelperFunction()
DCGDebugInfo.cpp1601 PD->getPropertyAttributes(), in CreateType()
1675 PD->getPropertyAttributes(), in CreateType()
DCGObjCGNU.cpp249 int attrs = property->getPropertyAttributes(); in PushPropertyAttributes()
/external/clang/include/clang/AST/
DDeclObjC.h2057 PropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp596 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()