Searched refs:CatImpl (Results 1 – 8 of 8) 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()4448 else if (ObjCCategoryImplDecl *CatImpl in ActOnMethodDeclaration() local4450 CurrentClass = CatImpl->getClassInterface(); in ActOnMethodDeclaration()
7062 } else if (ObjCCategoryImplDecl *CatImpl in CodeCompleteObjCMethodDecl() local7064 SearchDecl = CatImpl->getCategoryDecl(); in CodeCompleteObjCMethodDecl()
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()4693 else if (auto CatImpl = Cat->getImplementation()) in checkObjCDirectMethodClashes() local4694 if (CatImpl != ImpDecl) in checkObjCDirectMethodClashes()4983 else if (ObjCCategoryImplDecl *CatImpl in ActOnMethodDeclaration() local4985 CurrentClass = CatImpl->getClassInterface(); in ActOnMethodDeclaration()
8761 } else if (ObjCCategoryImplDecl *CatImpl = in CodeCompleteObjCMethodDecl() local8763 SearchDecl = CatImpl->getCategoryDecl(); in CodeCompleteObjCMethodDecl()
173 if (const ObjCCategoryImplDecl *CatImpl = dyn_cast<ObjCCategoryImplDecl>(D)) in canModify() local174 return canModify(CatImpl->getCategoryDecl()); in canModify()
168 if (const ObjCCategoryImplDecl *CatImpl = dyn_cast<ObjCCategoryImplDecl>(D)) in canModify() local169 return canModify(CatImpl->getCategoryDecl()); in canModify()