Home
last modified time | relevance | path

Searched defs:CatDecl (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp2401 if (const ObjCCategoryDecl *CatDecl = dyn_cast<ObjCCategoryDecl>(CD)) in ProcessPropertyDecl() local
2412 if (const ObjCCategoryDecl *CatDecl = dyn_cast<ObjCCategoryDecl>(CD)) in ProcessPropertyDecl() local
2424 if (const ObjCCategoryDecl *CatDecl = dyn_cast<ObjCCategoryDecl>(CD)) { in ProcessPropertyDecl() local
2440 if (const ObjCCategoryDecl *CatDecl = dyn_cast<ObjCCategoryDecl>(CD)) { in ProcessPropertyDecl() local
DSemaDeclObjC.cpp2930 ObjCCategoryDecl *CatDecl = CatIMPDecl->getCategoryDecl(); in CheckCategoryVsClassMethodMatches() local
3015 if (ObjCCategoryImplDecl *CatDecl = in ImplMethodsVsClassMethods() local
DSemaDeclAttr.cpp5518 if (auto *CatDecl = dyn_cast<ObjCCategoryDecl>(Ctx)) in handleObjCDesignatedInitializer() local
/external/llvm-project/clang/lib/ARCMigrate/
DObjCMT.cpp567 if (ObjCCategoryDecl *CatDecl = dyn_cast<ObjCCategoryDecl>(D)) { in IsCategoryNameWithDeprecatedSuffix() local
1036 if (ObjCCategoryDecl *CatDecl = dyn_cast<ObjCCategoryDecl>(CDecl)) in migrateMethodInstanceType() local
1307 if (ObjCCategoryDecl *CatDecl = dyn_cast<ObjCCategoryDecl>(CDecl)) in migrateFactoryMethod() local
1859 if (ObjCCategoryDecl *CatDecl = dyn_cast<ObjCCategoryDecl>(*D)) { in HandleTranslationUnit() local
/external/clang/lib/ARCMigrate/
DObjCMT.cpp564 if (ObjCCategoryDecl *CatDecl = dyn_cast<ObjCCategoryDecl>(D)) { in IsCategoryNameWithDeprecatedSuffix() local
1043 if (ObjCCategoryDecl *CatDecl = dyn_cast<ObjCCategoryDecl>(CDecl)) in migrateMethodInstanceType() local
1314 if (ObjCCategoryDecl *CatDecl = dyn_cast<ObjCCategoryDecl>(CDecl)) in migrateFactoryMethod() local
1860 if (ObjCCategoryDecl *CatDecl = dyn_cast<ObjCCategoryDecl>(*D)) { in HandleTranslationUnit() local
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp816 auto *CatDecl = dyn_cast<ObjCCategoryDecl>(PropDecl->getDeclContext()); in findShadowedPropertyDecl() local
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp812 auto *CatDecl = dyn_cast<ObjCCategoryDecl>(PropDecl->getDeclContext()); in findShadowedPropertyDecl() local
/external/clang/lib/Sema/
DSemaObjCProperty.cpp2158 if (const ObjCCategoryDecl *CatDecl = dyn_cast<ObjCCategoryDecl>(CD)) in ProcessPropertyDecl() local
2169 if (const ObjCCategoryDecl *CatDecl = dyn_cast<ObjCCategoryDecl>(CD)) in ProcessPropertyDecl() local
DSemaDeclObjC.cpp2831 ObjCCategoryDecl *CatDecl = CatIMPDecl->getCategoryDecl(); in CheckCategoryVsClassMethodMatches() local
2916 if (ObjCCategoryImplDecl *CatDecl = in ImplMethodsVsClassMethods() local
DSemaCodeComplete.cpp5091 for (auto *CatDecl : IFace->known_categories()) { in AddObjCMethods() local
DSemaDeclAttr.cpp4500 if (ObjCCategoryDecl *CatDecl = in handleObjCDesignatedInitializer() local
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp975 for (auto *CatDecl : ID->visible_extensions()) { in getRuntimeDefinition() local
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp862 if (ObjCCategoryDecl *CatDecl = dyn_cast<ObjCCategoryDecl>(CDecl)) in getIvarAccessString() local
1129 void RewriteModernObjC::RewriteCategoryDecl(ObjCCategoryDecl *CatDecl) { in RewriteCategoryDecl()
6625 ObjCCategoryDecl *CatDecl, in Write_category_t()
7360 ObjCCategoryDecl *CatDecl= IDecl->getCategoryDecl(); in RewriteCategorySetupInitHook() local
7517 if (ObjCCategoryDecl *CatDecl = dyn_cast<ObjCCategoryDecl>(CDecl)) in RewriteObjCIvarRefExpr() local
DRewriteObjC.cpp970 void RewriteObjC::RewriteCategoryDecl(ObjCCategoryDecl *CatDecl) { in RewriteCategoryDecl()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp859 if (ObjCCategoryDecl *CatDecl = dyn_cast<ObjCCategoryDecl>(CDecl)) in getIvarAccessString() local
1127 void RewriteModernObjC::RewriteCategoryDecl(ObjCCategoryDecl *CatDecl) { in RewriteCategoryDecl()
6626 ObjCCategoryDecl *CatDecl, in Write_category_t()
7360 ObjCCategoryDecl *CatDecl= IDecl->getCategoryDecl(); in RewriteCategorySetupInitHook() local
7518 if (ObjCCategoryDecl *CatDecl = dyn_cast<ObjCCategoryDecl>(CDecl)) in RewriteObjCIvarRefExpr() local
DRewriteObjC.cpp966 void RewriteObjC::RewriteCategoryDecl(ObjCCategoryDecl *CatDecl) { in RewriteCategoryDecl()
/external/clang/lib/AST/
DDeclObjC.cpp1930 ObjCCategoryDecl *CatDecl = in Create() local
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp2053 auto *CatDecl = in Create() local
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp2065 const ObjCCategoryDecl *CatDecl = OCD->getCategoryDecl(); in GenerateCategory() local
/external/llvm-project/clang/lib/CodeGen/
DCGObjCGNU.cpp3256 const ObjCCategoryDecl *CatDecl = OCD->getCategoryDecl(); in GenerateCategory() local