Searched refs:property_impls (Results 1 – 14 of 14) sorted by relevance
86 for (const auto *I : ID->property_impls()) in Scan()
213 for (const auto *I : D->property_impls()) { in checkASTDecl()286 for (auto *PropImpl : getContainingObjCImpl(LCtx)->property_impls()) { in checkBeginFunction()
116 for (auto *PID : IMD->property_impls()) { in TraverseObjCMethodDecl()
444 for (const auto *I : ImplDecl->property_impls()) { in createObjCPropertyGetter()
1873 for (const auto *I : IMPDecl->property_impls()) in DiagnoseUnimplementedProperties()1915 for (const auto *propertyImpl : impDecl->property_impls()) { in diagnoseNullResettableSynthesizedSetters()2041 for (const auto *PID : D->property_impls()) { in DiagnoseOwningPropertyGetterSynthesis()
2877 for (const auto *PImpl : IMPDecl->property_impls()) { in ImplMethodsVsClassMethods()
2038 for (auto *PID : property_impls()) in FindPropertyImplIvarDecl()2053 for (auto *PID : property_impls()) in FindPropertyImplDecl()
5344 for (auto *PID : CID->property_impls()) in getObjCPropertyImplDeclForPropertyDecl()5349 for (auto *PID : OID->property_impls()) in getObjCPropertyImplDeclForPropertyDecl()
1190 for (auto *I : IMD ? IMD->property_impls() : CID->property_impls()) in RewriteImplementationDecl()5359 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData()5637 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl()
1368 for (auto *I : IMD ? IMD->property_impls() : CID->property_impls()) in RewriteImplementationDecl()7041 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData()7291 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl()
2351 propimpl_range property_impls() const { in property_impls() function
3294 for (const auto *PID : ID->property_impls()) { in GenerateClass()5869 for (const auto *PID : ID->property_impls()) { in BuildClassRoTInitializer()
2104 for (auto *propertyImpl : OID->property_impls()) { in GeneratePropertyList()
3626 for (const auto *PID : D->property_impls()) { in EmitObjCPropertyImplementations()