Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDObjCUnusedIVarsChecker.cpp84 for (const auto *I : ID->property_impls()) in Scan()
HDCheckObjCDealloc.cpp212 for (const auto *I : D->property_impls()) { in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
285 for (auto *PropImpl : getContainingObjCImpl(LCtx)->property_impls()) { in checkBeginFunction()
/freebsd-head/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransZeroOutPropsInDealloc.cpp115 for (auto *PID : IMD->property_impls()) { in TraverseObjCMethodDecl()
/freebsd-head/contrib/llvm-project/clang/lib/Analysis/
HDBodyFarm.cpp797 for (const auto *PI : ImpD->property_impls()) { in createObjCPropertyGetter()
827 for (const auto *I : ImplDecl->property_impls()) { in createObjCPropertyGetter()
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaObjCProperty.cpp2077 for (const auto *I : IMPDecl->property_impls()) in DiagnoseUnimplementedProperties()
2120 for (const auto *propertyImpl : impDecl->property_impls()) { in diagnoseNullResettableSynthesizedSetters()
2243 for (const auto *PID : D->property_impls()) { in DiagnoseOwningPropertyGetterSynthesis()
HDSemaDeclObjC.cpp2992 for (const auto *PImpl : IMPDecl->property_impls()) { in ImplMethodsVsClassMethods()
4005 for (auto *PropImpl : OID->property_impls()) { in ActOnAtEnd()
4870 for (ObjCPropertyImplDecl *PropertyImpl : ImpDecl->property_impls()) { in ActOnMethodDeclaration()
/freebsd-head/contrib/llvm-project/clang/lib/Index/
HDIndexDecl.cpp464 for (const auto *I : D->property_impls()) { in VisitObjCImplementationDecl()
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDDeclObjC.cpp2234 for (auto *PID : property_impls()) in FindPropertyImplIvarDecl()
2248 for (auto *PID : property_impls()) in FindPropertyImplDecl()
HDASTContext.cpp8277 for (auto *PID : CID->property_impls()) in getObjCPropertyImplDeclForPropertyDecl()
8282 for (auto *PID : OID->property_impls()) in getObjCPropertyImplDeclForPropertyDecl()
/freebsd-head/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteObjC.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()
HDRewriteModernObjC.cpp1375 for (auto *I : IMD ? IMD->property_impls() : CID->property_impls()) in RewriteImplementationDecl()
7027 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData()
7277 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl()
/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjC.h2510 propimpl_range property_impls() const { in property_impls() function
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjCGNU.cpp1908 for (auto *propImpl : OID->property_impls()) in GenerateClass()
HDCodeGenModule.cpp6722 for (const auto *PID : D->property_impls()) { in EmitObjCPropertyImplementations()
HDCGObjCMac.cpp3547 for (const auto *PID : ID->property_impls()) { in GenerateClass()