Home | History | Annotate | Download | only in Sema

Lines Matching refs:ObjCCategoryImplDecl

135       else if (ObjCCategoryImplDecl *CatImpl
136 = dyn_cast<ObjCCategoryImplDecl>(DC))
954 /// category implementation declaration and build an ObjCCategoryImplDecl
974 ObjCCategoryImplDecl *CDecl =
975 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl,
1914 ObjCCategoryImplDecl *CatIMPDecl) {
1984 if (ObjCCategoryImplDecl *CatDecl =
1985 dyn_cast<ObjCCategoryImplDecl>(IMPDecl))
2710 } else if (ObjCCategoryImplDecl* CatImplClass =
2711 dyn_cast<ObjCCategoryImplDecl>(ClassDecl)) {
2875 void searchFrom(ObjCCategoryImplDecl *impl) {
2983 !isa<ObjCCategoryImplDecl>(overridden->getDeclContext())) {
3184 if (isa<ObjCCategoryImplDecl>(ImpDecl)) {
3213 else if (ObjCCategoryImplDecl *CatImpl
3214 = dyn_cast<ObjCCategoryImplDecl>(ClassDecl))