| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckObjCDealloc.cpp | 152 const ObjCPropertyImplDecl* 210 const ObjCPropertyImplDecl *PropImplRequiringRelease = nullptr; in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE() 568 const ObjCPropertyImplDecl *PropImpl = in diagnoseMissingReleases() 613 const ObjCPropertyImplDecl * 635 const ObjCPropertyImplDecl *PropImpl = in findPropertyOnDeallocatingInstance() 651 const ObjCPropertyImplDecl *PropImpl = in diagnoseExtraRelease() 731 const ObjCPropertyImplDecl *PropImpl = in diagnoseMistakenDealloc() 796 const ObjCPropertyImplDecl *PropImpl) const { in findShadowedPropertyDecl() 877 const ObjCPropertyImplDecl *PropImpl) const { in getDeallocReleaseRequirement() 1030 const ObjCPropertyImplDecl *PropImpl) const { in isReleasedByCIFilterDealloc() [all …]
|
| H A D | ObjCUnusedIVarsChecker.cpp | 62 static void Scan(IvarUsageMap& M, const ObjCPropertyImplDecl *D) { in Scan()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | TransZeroOutPropsInDealloc.cpp | 31 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 D | TransProperties.cpp | 61 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()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 2222 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 D | DeclPrinter.cpp | 110 void VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D); 1738 void DeclPrinter::VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PID) { in VisitObjCPropertyImplDecl() 1739 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
|
| H A D | JSONNodeDumper.cpp | 1185 void JSONNodeDumper::VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D) { in VisitObjCPropertyImplDecl() 1188 ObjCPropertyImplDecl::Synthesize in VisitObjCPropertyImplDecl()
|
| H A D | TextNodeDumper.cpp | 2590 void TextNodeDumper::VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D) { in VisitObjCPropertyImplDecl() 2592 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
|
| H A D | ASTImporter.cpp | 518 ExpectedDecl VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D); 5731 ASTNodeImporter::VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D) { in VisitObjCPropertyImplDecl() 5747 ObjCPropertyImplDecl *ToImpl in VisitObjCPropertyImplDecl() 5777 == ObjCPropertyImplDecl::Dynamic); in VisitObjCPropertyImplDecl() 5781 << (D->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic); in VisitObjCPropertyImplDecl() 5787 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize && in VisitObjCPropertyImplDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1422 ObjCPropertyImplDecl *PIDecl = in ActOnPropertyImplDecl() 1423 ObjCPropertyImplDecl::Create(Context, CurContext, AtLoc, PropertyLoc, in ActOnPropertyImplDecl() 1426 ObjCPropertyImplDecl::Synthesize in ActOnPropertyImplDecl() 1427 : ObjCPropertyImplDecl::Dynamic), in ActOnPropertyImplDecl() 1558 if (ObjCPropertyImplDecl *PPIDecl = in ActOnPropertyImplDecl() 1566 if (ObjCPropertyImplDecl *PPIDecl in ActOnPropertyImplDecl() 1597 if (ObjCPropertyImplDecl *PPIDecl = in ActOnPropertyImplDecl() 1605 if (ObjCPropertyImplDecl *PPIDecl = in ActOnPropertyImplDecl() 1915 if (ObjCPropertyImplDecl *PID = in DefaultSynthesizeProperties() 1967 ObjCPropertyImplDecl *PIDecl = dyn_cast_or_null<ObjCPropertyImplDecl>( in DefaultSynthesizeProperties() [all …]
|
| H A D | SemaDeclObjC.cpp | 2992 if (PImpl->getPropertyImplementation() != ObjCPropertyImplDecl::Dynamic) in ImplMethodsVsClassMethods() 4102 if (const ObjCPropertyImplDecl *PIDecl in ActOnAtEnd() 4106 == ObjCPropertyImplDecl::Dynamic) in ActOnAtEnd() 4857 for (ObjCPropertyImplDecl *PropertyImpl : ImpDecl->property_impls()) { in ActOnMethodDeclaration()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexDecl.cpp | 469 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 D | IndexingContext.cpp | 66 if (isa<ObjCPropertyImplDecl>(D)) { in handleDecl() 67 D = cast<ObjCPropertyImplDecl>(D)->getPropertyDecl(); in handleDecl() 262 isa<ObjCPropertyImplDecl>(D) || isa<ConceptDecl>(D)) in isDeclADefinition()
|
| H A D | USRGeneration.cpp | 98 void VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D); 496 void USRGenerator::VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D) { in VisitObjCPropertyImplDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 55 class ObjCPropertyImplDecl; variable 2499 void addPropertyImplementation(ObjCPropertyImplDecl *property); 2501 ObjCPropertyImplDecl *FindPropertyImplDecl(IdentifierInfo *propertyId, 2503 ObjCPropertyImplDecl *FindPropertyImplIvarDecl(IdentifierInfo *ivarId) const; 2506 using propimpl_iterator = specific_decl_iterator<ObjCPropertyImplDecl>; 2508 llvm::iterator_range<specific_decl_iterator<ObjCPropertyImplDecl>>; 2802 class ObjCPropertyImplDecl : public Decl { 2839 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, in ObjCPropertyImplDecl() function 2852 static ObjCPropertyImplDecl *Create(ASTContext &C, DeclContext *DC, 2859 static ObjCPropertyImplDecl *CreateDeserialized(ASTContext &C, unsigned ID);
|
| H A D | TextNodeDumper.h | 390 void VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D);
|
| H A D | JSONNodeDumper.h | 278 void VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D);
|
| H A D | ASTContext.h | 91 class ObjCPropertyImplDecl; variable 2024 ObjCPropertyImplDecl *getObjCPropertyImplDeclForPropertyDecl(
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 899 const ObjCPropertyImplDecl *propImpl); 914 const ObjCPropertyImplDecl *propImpl) { in PropertyImplStrategy() 1046 const ObjCPropertyImplDecl *PID) { in GenerateObjCGetter() 1058 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) { in hasTrivialGetExpr() 1132 const ObjCPropertyImplDecl *propImpl, in generateObjCGetterBody() 1397 static bool hasTrivialSetExpr(const ObjCPropertyImplDecl *PID) { in hasTrivialSetExpr() 1429 const ObjCPropertyImplDecl *propImpl, in generateObjCSetterBody() 1625 const ObjCPropertyImplDecl *PID) { in GenerateObjCSetter() 3690 const ObjCPropertyImplDecl *PID) { in GenerateObjCAtomicSetterCopyHelperFunction() 3790 const ObjCPropertyImplDecl *PID) { in GenerateObjCAtomicGetterCopyHelperFunction()
|
| H A D | CodeGenFunction.h | 71 class ObjCPropertyImplDecl; variable 2169 const ObjCPropertyImplDecl *PID); 2171 const ObjCPropertyImplDecl *propImpl, 2181 const ObjCPropertyImplDecl *PID); 2183 const ObjCPropertyImplDecl *propImpl, 2208 const ObjCPropertyImplDecl *PID); 2210 const ObjCPropertyImplDecl *PID);
|
| H A D | CGObjCGNU.cpp | 1912 ObjCPropertyImplDecl::Synthesize) { in GenerateClass() 3580 ObjCPropertyImplDecl::Synthesize); in GeneratePropertyList() 3582 ObjCPropertyImplDecl::Dynamic); in GeneratePropertyList()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 267 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 D | RewriteModernObjC.cpp | 320 void RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, 918 void RewriteModernObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, in RewritePropertyImplDecl() 936 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewritePropertyImplDecl() 7030 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewriteObjCClassMetaData() 7280 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewriteObjCCategoryImplDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 470 void VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D); 1520 void ASTDeclReader::VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D) { in VisitObjCPropertyImplDecl() 4007 D = ObjCPropertyImplDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|
| H A D | ASTWriterDecl.cpp | 154 void VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D); 980 void ASTDeclWriter::VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D) { in VisitObjCPropertyImplDecl()
|