Home | History | Annotate | Download | only in Sema

Lines Matching refs:ObjCCategoryImplDecl

135       else if (ObjCCategoryImplDecl *CatImpl
136 = dyn_cast<ObjCCategoryImplDecl>(DC))
817 /// category implementation declaration and build an ObjCCategoryImplDecl
837 ObjCCategoryImplDecl *CDecl =
838 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl,
1685 ObjCCategoryImplDecl *CatIMPDecl) {
1748 if (ObjCCategoryImplDecl *CatDecl =
1749 dyn_cast<ObjCCategoryImplDecl>(IMPDecl))
2410 } else if (ObjCCategoryImplDecl* CatImplClass =
2411 dyn_cast<ObjCCategoryImplDecl>(ClassDecl)) {
2616 void searchFrom(ObjCCategoryImplDecl *impl) {
2866 else if (ObjCCategoryImplDecl *CatImpl
2867 = dyn_cast<ObjCCategoryImplDecl>(ClassDecl))