Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp408 if (const auto *CatImpl = dyn_cast<ObjCCategoryImplDecl>(CurDC)) in getParentName() local
409 CurDC = CatImpl->getCategoryDecl(); in getParentName()
H A DSemaDeclObjC.cpp161 else if (ObjCCategoryImplDecl *CatImpl in CheckObjCMethodOverride() local
163 CurrentClass = CatImpl->getClassInterface(); in CheckObjCMethodOverride()
4722 else if (auto CatImpl = Cat->getImplementation()) in checkObjCDirectMethodClashes() local
4723 if (CatImpl != ImpDecl) in checkObjCDirectMethodClashes()
5025 else if (ObjCCategoryImplDecl *CatImpl in ActOnMethodDeclaration() local
5027 CurrentClass = CatImpl->getClassInterface(); in ActOnMethodDeclaration()
H A DSemaCodeComplete.cpp9817 } else if (ObjCCategoryImplDecl *CatImpl = in CodeCompleteObjCMethodDecl() local
9819 SearchDecl = CatImpl->getCategoryDecl(); in CodeCompleteObjCMethodDecl()