Home
last modified time | relevance | path

Searched refs:CatImpl (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp406 if (const auto *CatImpl = dyn_cast<ObjCCategoryImplDecl>(CurDC)) in getParentName() local
407 CurDC = CatImpl->getCategoryDecl(); in getParentName()
H A DSemaDeclObjC.cpp156 else if (ObjCCategoryImplDecl *CatImpl in CheckObjCMethodOverride() local
158 CurrentClass = CatImpl->getClassInterface(); in CheckObjCMethodOverride()
4703 else if (auto CatImpl = Cat->getImplementation()) in checkObjCDirectMethodClashes() local
4704 if (CatImpl != ImpDecl) in checkObjCDirectMethodClashes()
4996 else if (ObjCCategoryImplDecl *CatImpl in ActOnMethodDeclaration() local
4998 CurrentClass = CatImpl->getClassInterface(); in ActOnMethodDeclaration()
H A DSemaCodeComplete.cpp9413 } else if (ObjCCategoryImplDecl *CatImpl = in CodeCompleteObjCMethodDecl() local
9415 SearchDecl = CatImpl->getCategoryDecl(); in CodeCompleteObjCMethodDecl()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DObjCMT.cpp173 if (const ObjCCategoryImplDecl *CatImpl = dyn_cast<ObjCCategoryImplDecl>(D)) in canModify() local
174 return canModify(CatImpl->getCategoryDecl()); in canModify()