Searched refs:CatImpl (Results 1 – 3 of 3) sorted by relevance
408 if (const auto *CatImpl = dyn_cast<ObjCCategoryImplDecl>(CurDC)) in getParentName() local409 CurDC = CatImpl->getCategoryDecl(); in getParentName()
161 else if (ObjCCategoryImplDecl *CatImpl in CheckObjCMethodOverride() local163 CurrentClass = CatImpl->getClassInterface(); in CheckObjCMethodOverride()4722 else if (auto CatImpl = Cat->getImplementation()) in checkObjCDirectMethodClashes() local4723 if (CatImpl != ImpDecl) in checkObjCDirectMethodClashes()5025 else if (ObjCCategoryImplDecl *CatImpl in ActOnMethodDeclaration() local5027 CurrentClass = CatImpl->getClassInterface(); in ActOnMethodDeclaration()
9817 } else if (ObjCCategoryImplDecl *CatImpl = in CodeCompleteObjCMethodDecl() local9819 SearchDecl = CatImpl->getCategoryDecl(); in CodeCompleteObjCMethodDecl()