| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckObjCDealloc.cpp | 146 const ObjCPropertyImplDecl* 204 const ObjCPropertyImplDecl *PropImplRequiringRelease = nullptr; in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE() 560 const ObjCPropertyImplDecl *PropImpl = in diagnoseMissingReleases() 605 const ObjCPropertyImplDecl * 627 const ObjCPropertyImplDecl *PropImpl = in findPropertyOnDeallocatingInstance() 643 const ObjCPropertyImplDecl *PropImpl = in diagnoseExtraRelease() 723 const ObjCPropertyImplDecl *PropImpl = in diagnoseMistakenDealloc() 805 const ObjCPropertyImplDecl *PropImpl) const { in findShadowedPropertyDecl() 886 const ObjCPropertyImplDecl *PropImpl) const { in getDeallocReleaseRequirement() 1039 const ObjCPropertyImplDecl *PropImpl) const { in isReleasedByCIFilterDealloc() [all …]
|
| H A D | ObjCUnusedIVarsChecker.cpp | 63 static void Scan(IvarUsageMap& M, const ObjCPropertyImplDecl *D) { in Scan()
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 2129 void ObjCImplDecl::addPropertyImplementation(ObjCPropertyImplDecl *property) { in addPropertyImplementation() 2153 ObjCPropertyImplDecl *ObjCImplDecl:: 2165 ObjCPropertyImplDecl *ObjCImplDecl:: 2168 ObjCPropertyImplDecl *ClassPropImpl = nullptr; in FindPropertyImplDecl() 2308 ObjCPropertyImplDecl *ObjCPropertyImplDecl::Create(ASTContext &C, in Create() 2316 return new (C, DC) ObjCPropertyImplDecl(DC, atLoc, L, property, PK, ivar, in Create() 2320 ObjCPropertyImplDecl *ObjCPropertyImplDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized() 2322 return new (C, ID) ObjCPropertyImplDecl(nullptr, SourceLocation(), in CreateDeserialized() 2327 SourceRange ObjCPropertyImplDecl::getSourceRange() const { in getSourceRange()
|
| H A D | DeclPrinter.cpp | 97 void VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D); 1582 void DeclPrinter::VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PID) { in VisitObjCPropertyImplDecl() 1583 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
|
| H A D | JSONNodeDumper.cpp | 1084 void JSONNodeDumper::VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D) { in VisitObjCPropertyImplDecl() 1087 ObjCPropertyImplDecl::Synthesize in VisitObjCPropertyImplDecl()
|
| H A D | TextNodeDumper.cpp | 2323 void TextNodeDumper::VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D) { in VisitObjCPropertyImplDecl() 2325 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) in VisitObjCPropertyImplDecl()
|
| H A D | ASTImporter.cpp | 546 ExpectedDecl VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D); 5277 ASTNodeImporter::VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D) { in VisitObjCPropertyImplDecl() 5293 ObjCPropertyImplDecl *ToImpl in VisitObjCPropertyImplDecl() 5323 == ObjCPropertyImplDecl::Dynamic); in VisitObjCPropertyImplDecl() 5327 << (D->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic); in VisitObjCPropertyImplDecl() 5333 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize && in VisitObjCPropertyImplDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1423 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() 1918 if (ObjCPropertyImplDecl *PID = in DefaultSynthesizeProperties() 1970 ObjCPropertyImplDecl *PIDecl = dyn_cast_or_null<ObjCPropertyImplDecl>( in DefaultSynthesizeProperties() [all …]
|
| H A D | SemaDeclObjC.cpp | 2978 if (PImpl->getPropertyImplementation() != ObjCPropertyImplDecl::Dynamic) in ImplMethodsVsClassMethods() 4087 if (const ObjCPropertyImplDecl *PIDecl in ActOnAtEnd() 4091 == ObjCPropertyImplDecl::Dynamic) in ActOnAtEnd() 4837 for (ObjCPropertyImplDecl *PropertyImpl : ImpDecl->property_impls()) { in ActOnMethodDeclaration()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexDecl.cpp | 454 if (!isa<ObjCPropertyImplDecl>(I) || in VisitObjCImplementationDecl() 455 cast<ObjCPropertyImplDecl>(I)->getLocation().isValid()) in VisitObjCImplementationDecl() 523 bool VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D) { in VisitObjCPropertyImplDecl() 538 if (D->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in VisitObjCPropertyImplDecl() 541 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() 267 isa<ObjCPropertyImplDecl>(D)) in isDeclADefinition()
|
| H A D | USRGeneration.cpp | 96 void VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D); 485 void USRGenerator::VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D) { in VisitObjCPropertyImplDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 56 class ObjCPropertyImplDecl; variable 2440 void addPropertyImplementation(ObjCPropertyImplDecl *property); 2442 ObjCPropertyImplDecl *FindPropertyImplDecl(IdentifierInfo *propertyId, 2444 ObjCPropertyImplDecl *FindPropertyImplIvarDecl(IdentifierInfo *ivarId) const; 2447 using propimpl_iterator = specific_decl_iterator<ObjCPropertyImplDecl>; 2449 llvm::iterator_range<specific_decl_iterator<ObjCPropertyImplDecl>>; 2741 class ObjCPropertyImplDecl : public Decl { 2778 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, in ObjCPropertyImplDecl() function 2791 static ObjCPropertyImplDecl *Create(ASTContext &C, DeclContext *DC, 2798 static ObjCPropertyImplDecl *CreateDeserialized(ASTContext &C, unsigned ID);
|
| H A D | TextNodeDumper.h | 374 void VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D);
|
| H A D | JSONNodeDumper.h | 265 void VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl *D);
|
| H A D | ASTContext.h | 122 class ObjCPropertyImplDecl; variable 1941 ObjCPropertyImplDecl *getObjCPropertyImplDeclForPropertyDecl(
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 898 const ObjCPropertyImplDecl *propImpl); 913 const ObjCPropertyImplDecl *propImpl) { in PropertyImplStrategy() 1045 const ObjCPropertyImplDecl *PID) { in GenerateObjCGetter() 1057 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) { in hasTrivialGetExpr() 1113 const ObjCPropertyImplDecl *propImpl, in generateObjCGetterBody() 1370 static bool hasTrivialSetExpr(const ObjCPropertyImplDecl *PID) { in hasTrivialSetExpr() 1402 const ObjCPropertyImplDecl *propImpl, in generateObjCSetterBody() 1577 const ObjCPropertyImplDecl *PID) { in GenerateObjCSetter() 3666 const ObjCPropertyImplDecl *PID) { in GenerateObjCAtomicSetterCopyHelperFunction() 3756 const ObjCPropertyImplDecl *PID) { in GenerateObjCAtomicGetterCopyHelperFunction()
|
| H A D | CodeGenFunction.h | 73 class ObjCPropertyImplDecl; variable 2047 const ObjCPropertyImplDecl *PID); 2049 const ObjCPropertyImplDecl *propImpl, 2059 const ObjCPropertyImplDecl *PID); 2061 const ObjCPropertyImplDecl *propImpl, 2086 const ObjCPropertyImplDecl *PID); 2088 const ObjCPropertyImplDecl *PID);
|
| H A D | CGObjCGNU.cpp | 1899 ObjCPropertyImplDecl::Synthesize) { in GenerateClass() 3383 ObjCPropertyImplDecl::Synthesize); in GeneratePropertyList() 3385 ObjCPropertyImplDecl::Dynamic); in GeneratePropertyList()
|
| /freebsd-13.1/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 | 319 void RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, 917 void RewriteModernObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, in RewritePropertyImplDecl() 935 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewritePropertyImplDecl() 7031 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewriteObjCClassMetaData() 7281 if (Prop->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic) in RewriteObjCCategoryImplDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 152 void VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D); 903 void ASTDeclWriter::VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D) { in VisitObjCPropertyImplDecl()
|
| H A D | ASTReaderDecl.cpp | 449 void VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D); 1337 void ASTDeclReader::VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *D) { in VisitObjCPropertyImplDecl() 4006 D = ObjCPropertyImplDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|