Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclPrinter.cpp1105 if (PDecl->getPropertyAttributes() != ObjCPropertyDecl::OBJC_PR_noattr) { in VisitObjCPropertyDecl()
1108 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl()
1114 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_getter) { in VisitObjCPropertyDecl()
1119 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_setter) { in VisitObjCPropertyDecl()
1125 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_assign) { in VisitObjCPropertyDecl()
1130 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl()
1136 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_retain) { in VisitObjCPropertyDecl()
1141 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_strong) { in VisitObjCPropertyDecl()
1146 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_copy) { in VisitObjCPropertyDecl()
1151 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl()
[all …]
DASTContext.cpp5143 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_copy) in getObjCEncodingForPropertyDecl()
5145 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_retain) in getObjCEncodingForPropertyDecl()
5147 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak) in getObjCEncodingForPropertyDecl()
5163 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_nonatomic) in getObjCEncodingForPropertyDecl()
5166 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_getter) { in getObjCEncodingForPropertyDecl()
5171 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_setter) { in getObjCEncodingForPropertyDecl()
DDeclObjC.cpp127 if (P->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_readwrite) in HasUserDeclaredSetterMethod()
DASTDumper.cpp1510 ObjCPropertyDecl::PropertyAttributeKind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
DASTImporter.cpp3838 ToProperty->setPropertyAttributes(D->getPropertyAttributes()); in VisitObjCPropertyDecl()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp69 = property->getPropertyAttributes(); in checkARCPropertyDecl()
148 unsigned Attributes = ODS.getPropertyAttributes(); in ActOnProperty()
175 ODS.getPropertyAttributes(), in ActOnProperty()
186 Attributes, ODS.getPropertyAttributes(), in ActOnProperty()
655 getImpliedARCOwnership(property->getPropertyAttributes(), in checkARCPropertyImpl()
726 getImpliedARCOwnership(property->getPropertyAttributes(), in setImpliedPropertyAttributeForReadOnlyProperty()
949 = property->getPropertyAttributes(); in ActOnPropertyImplDecl()
1216 if (property->getPropertyAttributes() & in ActOnPropertyImplDecl()
1309 Property->getPropertyAttributes(); in DiagnosePropertyMismatch()
1311 SuperProperty->getPropertyAttributes(); in DiagnosePropertyMismatch()
[all …]
DSemaPseudoObject.cpp548 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak) in isWeakProperty()
DSemaExprObjC.cpp1615 if (!(PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_setter)) in HandleExprPropertyRefExpr()
2731 Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak; in BuildInstanceMessage()
DSemaCodeComplete.cpp4823 unsigned Attributes = ODS.getPropertyAttributes(); in CodeCompleteObjCPropertyFlags()
DSemaChecking.cpp8688 unsigned Attributes = PD->getPropertyAttributes(); in checkUnsafeExprAssigns()
/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp123 PD->getPropertyAttributes(); in TraverseObjCMethodDecl()
DObjCMT.cpp632 if ((ClassProperty->getPropertyAttributes() in ClassImplementsAllMethodsAndProperties()
633 != Property->getPropertyAttributes()) || in ClassImplementsAllMethodsAndProperties()
/external/clang/lib/Analysis/
DBodyFarm.cpp397 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak) in createObjCPropertyGetter()
/external/clang/include/clang/Sema/
DDeclSpec.h817 ObjCPropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes() function
/external/clang/lib/CodeGen/
DCGObjC.cpp2867 if ((!(PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_atomic))) in GenerateObjCAtomicSetterCopyHelperFunction()
2944 if ((!(PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_atomic))) in GenerateObjCAtomicGetterCopyHelperFunction()
DCGDebugInfo.cpp1728 PD->getPropertyAttributes(), getOrCreateType(PD->getType(), PUnit)); in CreateTypeDefinition()
1802 PD->getPropertyAttributes(), in CreateTypeDefinition()
DCGObjCGNU.cpp252 int attrs = property->getPropertyAttributes(); in PushPropertyAttributes()
/external/clang/include/clang/AST/
DDeclObjC.h2266 PropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp684 Record.push_back((unsigned)D->getPropertyAttributes()); in VisitObjCPropertyDecl()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp789 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl()
DRewriteModernObjC.cpp953 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl()