Home | History | Annotate | Download | only in Sema

Lines Matching refs:CatImplClass

2667   } else if (ObjCCategoryImplDecl* CatImplClass =
2669 CatImplClass->setAtEndRange(AtEnd);
2673 if (ObjCInterfaceDecl* IDecl = CatImplClass->getClassInterface()) {
2675 = IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier())) {
2676 ImplMethodsVsClassMethods(S, CatImplClass, Cat);