Searched refs:CatImpl (Results 1 – 4 of 4) sorted by relevance
412 if (const auto *CatImpl = dyn_cast<ObjCCategoryImplDecl>(CurDC)) in getParentName() local413 CurDC = CatImpl->getCategoryDecl(); in getParentName()
162 else if (ObjCCategoryImplDecl *CatImpl in CheckObjCMethodOverride() local164 CurrentClass = CatImpl->getClassInterface(); in CheckObjCMethodOverride()4722 else if (auto CatImpl = Cat->getImplementation()) in checkObjCDirectMethodClashes() local4723 if (CatImpl != ImpDecl) in checkObjCDirectMethodClashes()5021 else if (ObjCCategoryImplDecl *CatImpl in ActOnMethodDeclaration() local5023 CurrentClass = CatImpl->getClassInterface(); in ActOnMethodDeclaration()
9669 } else if (ObjCCategoryImplDecl *CatImpl = in CodeCompleteObjCMethodDecl() local9671 SearchDecl = CatImpl->getCategoryDecl(); in CodeCompleteObjCMethodDecl()
170 if (const ObjCCategoryImplDecl *CatImpl = dyn_cast<ObjCCategoryImplDecl>(D)) in canModify() local171 return canModify(CatImpl->getCategoryDecl()); in canModify()