Searched refs:CatImpl (Results 1 – 4 of 4) sorted by relevance
307 if (const ObjCCategoryImplDecl *CatImpl = dyn_cast<ObjCCategoryImplDecl>(CurDC)) in getParentName() local308 CurDC = CatImpl->getCategoryDecl(); in getParentName()
135 else if (ObjCCategoryImplDecl *CatImpl in CheckObjCMethodOverride() local137 CurrentClass = CatImpl->getClassInterface(); in CheckObjCMethodOverride()3213 else if (ObjCCategoryImplDecl *CatImpl in ActOnMethodDeclaration() local3215 CurrentClass = CatImpl->getClassInterface(); in ActOnMethodDeclaration()
6812 } else if (ObjCCategoryImplDecl *CatImpl in CodeCompleteObjCMethodDecl() local6814 SearchDecl = CatImpl->getCategoryDecl(); in CodeCompleteObjCMethodDecl()
164 if (const ObjCCategoryImplDecl *CatImpl = dyn_cast<ObjCCategoryImplDecl>(D)) in canModify() local165 return canModify(CatImpl->getCategoryDecl()); in canModify()