Searched refs:CatImpl (Results 1 – 4 of 4) sorted by relevance
304 if (const ObjCCategoryImplDecl *CatImpl = dyn_cast<ObjCCategoryImplDecl>(CurDC)) in getParentName() local305 CurDC = CatImpl->getCategoryDecl(); in getParentName()
132 else if (ObjCCategoryImplDecl *CatImpl in CheckObjCMethodOverride() local134 CurrentClass = CatImpl->getClassInterface(); in CheckObjCMethodOverride()3269 else if (ObjCCategoryImplDecl *CatImpl in ActOnMethodDeclaration() local3271 CurrentClass = CatImpl->getClassInterface(); in ActOnMethodDeclaration()
6962 } else if (ObjCCategoryImplDecl *CatImpl in CodeCompleteObjCMethodDecl() local6964 SearchDecl = CatImpl->getCategoryDecl(); in CodeCompleteObjCMethodDecl()
168 if (const ObjCCategoryImplDecl *CatImpl = dyn_cast<ObjCCategoryImplDecl>(D)) in canModify() local169 return canModify(CatImpl->getCategoryDecl()); in canModify()