Searched refs:CatImpl (Results 1 – 4 of 4) sorted by relevance
406 if (const auto *CatImpl = dyn_cast<ObjCCategoryImplDecl>(CurDC)) in getParentName() local407 CurDC = CatImpl->getCategoryDecl(); in getParentName()
156 else if (ObjCCategoryImplDecl *CatImpl in CheckObjCMethodOverride() local158 CurrentClass = CatImpl->getClassInterface(); in CheckObjCMethodOverride()4715 else if (auto CatImpl = Cat->getImplementation()) in checkObjCDirectMethodClashes() local4716 if (CatImpl != ImpDecl) in checkObjCDirectMethodClashes()5008 else if (ObjCCategoryImplDecl *CatImpl in ActOnMethodDeclaration() local5010 CurrentClass = CatImpl->getClassInterface(); in ActOnMethodDeclaration()
9468 } else if (ObjCCategoryImplDecl *CatImpl = in CodeCompleteObjCMethodDecl() local9470 SearchDecl = CatImpl->getCategoryDecl(); in CodeCompleteObjCMethodDecl()
173 if (const ObjCCategoryImplDecl *CatImpl = dyn_cast<ObjCCategoryImplDecl>(D)) in canModify() local174 return canModify(CatImpl->getCategoryDecl()); in canModify()