Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp69 static bool isSynthesizedRetainableProperty(const ObjCPropertyImplDecl *I, in isSynthesizedRetainableProperty()
73 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in isSynthesizedRetainableProperty()
147 const ObjCPropertyImplDecl*
152 getDeallocReleaseRequirement(const ObjCPropertyImplDecl *PropImpl) const;
165 findShadowedPropertyDecl(const ObjCPropertyImplDecl *PropImpl) const;
176 bool isReleasedByCIFilterDealloc(const ObjCPropertyImplDecl *PropImpl) const;
177 bool isNibLoadedIvarWithoutRetain(const ObjCPropertyImplDecl *PropImpl) const;
205 const ObjCPropertyImplDecl *PropImplRequiringRelease = nullptr; in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
561 const ObjCPropertyImplDecl *PropImpl = in diagnoseMissingReleases()
606 const ObjCPropertyImplDecl *
[all …]
H A DObjCUnusedIVarsChecker.cpp63 static void Scan(IvarUsageMap& M, const ObjCPropertyImplDecl *D) { in Scan()
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp31 llvm::DenseMap<ObjCPropertyDecl*, ObjCPropertyImplDecl*> SynthesizedProperties;
57 for (llvm::DenseMap<ObjCPropertyDecl*, ObjCPropertyImplDecl*>::iterator in VisitObjCMessageExpr()
117 ObjCPropertyImplDecl::Synthesize) { in TraverseObjCMethodDecl()
172 for (llvm::DenseMap<ObjCPropertyDecl*, ObjCPropertyImplDecl*>::iterator in isZeroingPropIvar()
175 ObjCPropertyImplDecl *PropImpDecl = P->second; in isZeroingPropIvar()
H A DTransProperties.cpp61 ObjCPropertyImplDecl *ImplD;
102 typedef DeclContext::specific_decl_iterator<ObjCPropertyImplDecl> in doTransform()
107 ObjCPropertyImplDecl *implD = *I; in doTransform()
108 if (implD->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in doTransform()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp2222 void ObjCImplDecl::addPropertyImplementation(ObjCPropertyImplDecl *property) { in addPropertyImplementation()
2246 ObjCPropertyImplDecl *ObjCImplDecl::
2258 ObjCPropertyImplDecl *ObjCImplDecl::
2261 ObjCPropertyImplDecl *ClassPropImpl = nullptr; in FindPropertyImplDecl()
2401 ObjCPropertyImplDecl *ObjCPropertyImplDecl::Create(ASTContext &C, in Create()
2409 return new (C, DC) ObjCPropertyImplDecl(DC, atLoc, L, property, PK, ivar, in Create()
2413 ObjCPropertyImplDecl *ObjCPropertyImplDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
2415 return new (C, ID) ObjCPropertyImplDecl(nullptr, SourceLocation(), in CreateDeserialized()
2420 SourceRange ObjCPropertyImplDecl::getSourceRange() const { in getSourceRange()
H A DDeclPrinter.cpp98 void VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D);
1599 void DeclPrinter::VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PID) { in VisitObjCPropertyImplDecl()
1600 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
H A DJSONNodeDumper.cpp1123 void JSONNodeDumper::VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D) { in VisitObjCPropertyImplDecl()
1126 ObjCPropertyImplDecl::Synthesize in VisitObjCPropertyImplDecl()
H A DTextNodeDumper.cpp2380 void TextNodeDumper::VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D) { in VisitObjCPropertyImplDecl()
2382 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp1423 ObjCPropertyImplDecl *PIDecl = in ActOnPropertyImplDecl()
1424 ObjCPropertyImplDecl::Create(Context, CurContext, AtLoc, PropertyLoc, in ActOnPropertyImplDecl()
1427 ObjCPropertyImplDecl::Synthesize in ActOnPropertyImplDecl()
1428 : ObjCPropertyImplDecl::Dynamic), in ActOnPropertyImplDecl()
1559 if (ObjCPropertyImplDecl *PPIDecl = in ActOnPropertyImplDecl()
1567 if (ObjCPropertyImplDecl *PPIDecl in ActOnPropertyImplDecl()
1598 if (ObjCPropertyImplDecl *PPIDecl = in ActOnPropertyImplDecl()
1606 if (ObjCPropertyImplDecl *PPIDecl = in ActOnPropertyImplDecl()
1615 if (PIDecl->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic && in ActOnPropertyImplDecl()
1916 if (ObjCPropertyImplDecl *PID = in DefaultSynthesizeProperties()
[all …]
H A DSemaDeclObjC.cpp2993 if (PImpl->getPropertyImplementation() != ObjCPropertyImplDecl::Dynamic) in ImplMethodsVsClassMethods()
4103 if (const ObjCPropertyImplDecl *PIDecl in ActOnAtEnd()
4107 == ObjCPropertyImplDecl::Dynamic) in ActOnAtEnd()
4857 for (ObjCPropertyImplDecl *PropertyImpl : ImpDecl->property_impls()) { in ActOnMethodDeclaration()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexDecl.cpp469 if (!isa<ObjCPropertyImplDecl>(I) || in VisitObjCImplementationDecl()
470 cast<ObjCPropertyImplDecl>(I)->getLocation().isValid()) in VisitObjCImplementationDecl()
538 bool VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D) { in VisitObjCPropertyImplDecl()
553 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in VisitObjCPropertyImplDecl()
556 assert(D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize); in VisitObjCPropertyImplDecl()
H A DIndexingContext.cpp66 if (isa<ObjCPropertyImplDecl>(D)) { in handleDecl()
67 D = cast<ObjCPropertyImplDecl>(D)->getPropertyDecl(); in handleDecl()
263 isa<ObjCPropertyImplDecl>(D) || isa<ConceptDecl>(D)) in isDeclADefinition()
H A DUSRGeneration.cpp96 void VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D);
489 void USRGenerator::VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D) { in VisitObjCPropertyImplDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h55 class ObjCPropertyImplDecl; variable
2488 void addPropertyImplementation(ObjCPropertyImplDecl *property);
2490 ObjCPropertyImplDecl *FindPropertyImplDecl(IdentifierInfo *propertyId,
2492 ObjCPropertyImplDecl *FindPropertyImplIvarDecl(IdentifierInfo *ivarId) const;
2495 using propimpl_iterator = specific_decl_iterator<ObjCPropertyImplDecl>;
2497 llvm::iterator_range<specific_decl_iterator<ObjCPropertyImplDecl>>;
2789 class ObjCPropertyImplDecl : public Decl {
2826 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, in ObjCPropertyImplDecl() function
2839 static ObjCPropertyImplDecl *Create(ASTContext &C, DeclContext *DC,
2846 static ObjCPropertyImplDecl *CreateDeserialized(ASTContext &C, unsigned ID);
H A DTextNodeDumper.h381 void VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D);
H A DJSONNodeDumper.h270 void VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D);
H A DASTContext.h93 class ObjCPropertyImplDecl; variable
2001 ObjCPropertyImplDecl *getObjCPropertyImplDeclForPropertyDecl(
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCursorVisitor.h241 bool VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PD);
H A DCXIndexDataConsumer.h400 bool handleSynthesizedObjCProperty(const ObjCPropertyImplDecl *D);
H A DCXIndexDataConsumer.cpp106 bool VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D) { in VisitObjCPropertyImplDecl()
827 const ObjCPropertyImplDecl *D) { in handleSynthesizedObjCProperty()
H A DCIndex.cpp1225 bool CursorVisitor::VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PD) { in VisitObjCPropertyImplDecl()
4818 if (const ObjCPropertyImplDecl *PropImpl = in getDeclSpelling()
4819 dyn_cast<ObjCPropertyImplDecl>(D)) in getDeclSpelling()
6034 } else if (const ObjCPropertyImplDecl *PropImp = in GetCursorVisitor()
6035 dyn_cast_or_null<ObjCPropertyImplDecl>( in GetCursorVisitor()
6559 if (const ObjCPropertyImplDecl *PropImpl = in clang_getCursorReferenced()
6560 dyn_cast<ObjCPropertyImplDecl>(D)) in clang_getCursorReferenced()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp902 const ObjCPropertyImplDecl *propImpl);
917 const ObjCPropertyImplDecl *propImpl) { in PropertyImplStrategy()
1049 const ObjCPropertyImplDecl *PID) { in GenerateObjCGetter()
1061 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) { in hasTrivialGetExpr()
1136 const ObjCPropertyImplDecl *propImpl, in generateObjCGetterBody()
1405 static bool hasTrivialSetExpr(const ObjCPropertyImplDecl *PID) { in hasTrivialSetExpr()
1437 const ObjCPropertyImplDecl *propImpl, in generateObjCSetterBody()
1635 const ObjCPropertyImplDecl *PID) { in GenerateObjCSetter()
3716 const ObjCPropertyImplDecl *PID) { in GenerateObjCAtomicSetterCopyHelperFunction()
3816 const ObjCPropertyImplDecl *PID) { in GenerateObjCAtomicGetterCopyHelperFunction()
H A DCodeGenFunction.h71 class ObjCPropertyImplDecl; variable
2107 const ObjCPropertyImplDecl *PID);
2109 const ObjCPropertyImplDecl *propImpl,
2119 const ObjCPropertyImplDecl *PID);
2121 const ObjCPropertyImplDecl *propImpl,
2146 const ObjCPropertyImplDecl *PID);
2148 const ObjCPropertyImplDecl *PID);
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp267 void RewritePropertyImplDecl(ObjCPropertyImplDecl *PID,
767 void RewriteObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, in RewritePropertyImplDecl()
781 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewritePropertyImplDecl()
5355 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewriteObjCClassMetaData()
5633 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewriteObjCCategoryImplDecl()
H A DRewriteModernObjC.cpp320 void RewritePropertyImplDecl(ObjCPropertyImplDecl *PID,
918 void RewriteModernObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, in RewritePropertyImplDecl()
936 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewritePropertyImplDecl()
7031 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewriteObjCClassMetaData()
7281 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewriteObjCCategoryImplDecl()

12