Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp304 if (const ObjCCategoryImplDecl *CatImpl = dyn_cast<ObjCCategoryImplDecl>(CurDC)) in getParentName() local
305 CurDC = CatImpl->getCategoryDecl(); in getParentName()
DSemaDeclObjC.cpp132 else if (ObjCCategoryImplDecl *CatImpl in CheckObjCMethodOverride() local
134 CurrentClass = CatImpl->getClassInterface(); in CheckObjCMethodOverride()
4448 else if (ObjCCategoryImplDecl *CatImpl in ActOnMethodDeclaration() local
4450 CurrentClass = CatImpl->getClassInterface(); in ActOnMethodDeclaration()
DSemaCodeComplete.cpp7062 } else if (ObjCCategoryImplDecl *CatImpl in CodeCompleteObjCMethodDecl() local
7064 SearchDecl = CatImpl->getCategoryDecl(); in CodeCompleteObjCMethodDecl()
/external/llvm-project/clang/lib/Sema/
DCodeCompleteConsumer.cpp395 if (const auto *CatImpl = dyn_cast<ObjCCategoryImplDecl>(CurDC)) in getParentName() local
396 CurDC = CatImpl->getCategoryDecl(); in getParentName()
DSemaDeclObjC.cpp156 else if (ObjCCategoryImplDecl *CatImpl in CheckObjCMethodOverride() local
158 CurrentClass = CatImpl->getClassInterface(); in CheckObjCMethodOverride()
4693 else if (auto CatImpl = Cat->getImplementation()) in checkObjCDirectMethodClashes() local
4694 if (CatImpl != ImpDecl) in checkObjCDirectMethodClashes()
4983 else if (ObjCCategoryImplDecl *CatImpl in ActOnMethodDeclaration() local
4985 CurrentClass = CatImpl->getClassInterface(); in ActOnMethodDeclaration()
DSemaCodeComplete.cpp8761 } else if (ObjCCategoryImplDecl *CatImpl = in CodeCompleteObjCMethodDecl() local
8763 SearchDecl = CatImpl->getCategoryDecl(); in CodeCompleteObjCMethodDecl()
/external/llvm-project/clang/lib/ARCMigrate/
DObjCMT.cpp173 if (const ObjCCategoryImplDecl *CatImpl = dyn_cast<ObjCCategoryImplDecl>(D)) in canModify() local
174 return canModify(CatImpl->getCategoryDecl()); in canModify()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp168 if (const ObjCCategoryImplDecl *CatImpl = dyn_cast<ObjCCategoryImplDecl>(D)) in canModify() local
169 return canModify(CatImpl->getCategoryDecl()); in canModify()