Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DObjCUnusedIVarsChecker.cpp85 for (const auto *I : ID->property_impls()) in Scan()
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()
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCUnusedIVarsChecker.cpp86 for (const auto *I : ID->property_impls()) in Scan()
DCheckObjCDealloc.cpp213 for (const auto *I : D->property_impls()) { in checkASTDecl()
286 for (auto *PropImpl : getContainingObjCImpl(LCtx)->property_impls()) { in checkBeginFunction()
/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp116 for (auto *PID : IMD->property_impls()) { in TraverseObjCMethodDecl()
/external/llvm-project/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp115 for (auto *PID : IMD->property_impls()) { in TraverseObjCMethodDecl()
/external/llvm-project/clang/lib/Analysis/
DBodyFarm.cpp754 for (const auto *PI: ImpD->property_impls()) { in createObjCPropertyGetter()
780 for (const auto *I : ImplDecl->property_impls()) { in createObjCPropertyGetter()
/external/clang/lib/Analysis/
DBodyFarm.cpp444 for (const auto *I : ImplDecl->property_impls()) { in createObjCPropertyGetter()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1873 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()
DSemaDeclObjC.cpp2877 for (const auto *PImpl : IMPDecl->property_impls()) { in ImplMethodsVsClassMethods()
/external/llvm-project/clang/lib/Index/
DIndexDecl.cpp449 for (const auto *I : D->property_impls()) { in VisitObjCImplementationDecl()
/external/clang/lib/AST/
DDeclObjC.cpp2038 for (auto *PID : property_impls()) in FindPropertyImplIvarDecl()
2053 for (auto *PID : property_impls()) in FindPropertyImplDecl()
DASTContext.cpp5344 for (auto *PID : CID->property_impls()) in getObjCPropertyImplDeclForPropertyDecl()
5349 for (auto *PID : OID->property_impls()) in getObjCPropertyImplDeclForPropertyDecl()
/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp2108 for (const auto *I : IMPDecl->property_impls()) in DiagnoseUnimplementedProperties()
2150 for (const auto *propertyImpl : impDecl->property_impls()) { in diagnoseNullResettableSynthesizedSetters()
2273 for (const auto *PID : D->property_impls()) { in DiagnoseOwningPropertyGetterSynthesis()
DSemaDeclObjC.cpp2976 for (const auto *PImpl : IMPDecl->property_impls()) { in ImplMethodsVsClassMethods()
3985 for (auto PropImpl : OID->property_impls()) { in ActOnAtEnd()
4835 for (ObjCPropertyImplDecl *PropertyImpl : ImpDecl->property_impls()) { in ActOnMethodDeclaration()
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp2156 for (auto *PID : property_impls()) in FindPropertyImplIvarDecl()
2170 for (auto *PID : property_impls()) in FindPropertyImplDecl()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp1190 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()
DRewriteModernObjC.cpp1368 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()
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp1199 for (auto *I : IMD ? IMD->property_impls() : CID->property_impls()) in RewriteImplementationDecl()
5366 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCClassMetaData()
5644 for (const auto *Prop : IDecl->property_impls()) { in RewriteObjCCategoryImplDecl()
DRewriteModernObjC.cpp1375 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()
/external/clang/include/clang/AST/
DDeclObjC.h2351 propimpl_range property_impls() const { in property_impls() function
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h2473 propimpl_range property_impls() const { in property_impls() function
/external/clang/lib/CodeGen/
DCGObjCMac.cpp3294 for (const auto *PID : ID->property_impls()) { in GenerateClass()
5869 for (const auto *PID : ID->property_impls()) { in BuildClassRoTInitializer()
DCGObjCGNU.cpp2104 for (auto *propertyImpl : OID->property_impls()) { in GeneratePropertyList()
DCodeGenModule.cpp3626 for (const auto *PID : D->property_impls()) { in EmitObjCPropertyImplementations()

12