Home | History | Annotate | Download | only in Sema

Lines Matching refs:ObjCCategoryImplDecl

134       else if (ObjCCategoryImplDecl *CatImpl
135 = dyn_cast<ObjCCategoryImplDecl>(DC))
882 /// category implementation declaration and build an ObjCCategoryImplDecl
902 ObjCCategoryImplDecl *CDecl =
903 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl,
1782 ObjCCategoryImplDecl *CatIMPDecl) {
1846 if (ObjCCategoryImplDecl *CatDecl =
1847 dyn_cast<ObjCCategoryImplDecl>(IMPDecl))
2485 } else if (ObjCCategoryImplDecl* CatImplClass =
2486 dyn_cast<ObjCCategoryImplDecl>(ClassDecl)) {
2708 void searchFrom(ObjCCategoryImplDecl *impl) {
3021 else if (ObjCCategoryImplDecl *CatImpl
3022 = dyn_cast<ObjCCategoryImplDecl>(ClassDecl))