Searched refs:CatImpl (Results 1 – 4 of 4) sorted by relevance
395 if (const auto *CatImpl = dyn_cast<ObjCCategoryImplDecl>(CurDC)) in getParentName() local396 CurDC = CatImpl->getCategoryDecl(); in getParentName()
156 else if (ObjCCategoryImplDecl *CatImpl in CheckObjCMethodOverride() local158 CurrentClass = CatImpl->getClassInterface(); in CheckObjCMethodOverride()4695 else if (auto CatImpl = Cat->getImplementation()) in checkObjCDirectMethodClashes() local4696 if (CatImpl != ImpDecl) in checkObjCDirectMethodClashes()4988 else if (ObjCCategoryImplDecl *CatImpl in ActOnMethodDeclaration() local4990 CurrentClass = CatImpl->getClassInterface(); in ActOnMethodDeclaration()
8923 } else if (ObjCCategoryImplDecl *CatImpl = in CodeCompleteObjCMethodDecl() local8925 SearchDecl = CatImpl->getCategoryDecl(); in CodeCompleteObjCMethodDecl()
173 if (const ObjCCategoryImplDecl *CatImpl = dyn_cast<ObjCCategoryImplDecl>(D)) in canModify() local174 return canModify(CatImpl->getCategoryDecl()); in canModify()