Home
last modified time | relevance | path

Searched refs:property_impls (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp85 for (const auto *I : ID->property_impls()) in Scan()
H A DCheckObjCDealloc.cpp206 for (const auto *I : D->property_impls()) { in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
279 for (auto *PropImpl : getContainingObjCImpl(LCtx)->property_impls()) { in checkBeginFunction()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp115 for (auto *PID : IMD->property_impls()) { in TraverseObjCMethodDecl()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DBodyFarm.cpp795 for (const auto *PI : ImpD->property_impls()) { in createObjCPropertyGetter()
825 for (const auto *I : ImplDecl->property_impls()) { in createObjCPropertyGetter()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaObjCProperty.cpp2099 for (const auto *I : IMPDecl->property_impls()) in DiagnoseUnimplementedProperties()
2141 for (const auto *propertyImpl : impDecl->property_impls()) { in diagnoseNullResettableSynthesizedSetters()
2264 for (const auto *PID : D->property_impls()) { in DiagnoseOwningPropertyGetterSynthesis()
H A DSemaDeclObjC.cpp2983 for (const auto *PImpl : IMPDecl->property_impls()) { in ImplMethodsVsClassMethods()
3993 for (auto PropImpl : OID->property_impls()) { in ActOnAtEnd()
4845 for (ObjCPropertyImplDecl *PropertyImpl : ImpDecl->property_impls()) { in ActOnMethodDeclaration()
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexDecl.cpp464 for (const auto *I : D->property_impls()) { in VisitObjCImplementationDecl()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp2176 for (auto *PID : property_impls()) in FindPropertyImplIvarDecl()
2190 for (auto *PID : property_impls()) in FindPropertyImplDecl()
H A DASTContext.cpp7709 for (auto *PID : CID->property_impls()) in getObjCPropertyImplDeclForPropertyDecl()
7714 for (auto *PID : OID->property_impls()) in getObjCPropertyImplDeclForPropertyDecl()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1199 for (auto *I : IMD ? IMD->property_impls() : CID->property_impls()) in RewriteImplementationDecl()
5354 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData()
5632 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl()
H A DRewriteModernObjC.cpp1376 for (auto *I : IMD ? IMD->property_impls() : CID->property_impls()) in RewriteImplementationDecl()
7030 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData()
7280 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h2463 propimpl_range property_impls() const { in property_impls() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1900 for (auto *propImpl : OID->property_impls()) in GenerateClass()
H A DCodeGenModule.cpp5967 for (const auto *PID : D->property_impls()) { in EmitObjCPropertyImplementations()
H A DCGObjCMac.cpp3544 for (const auto *PID : ID->property_impls()) { in GenerateClass()