Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDCodeCompleteConsumer.cpp304 if (const ObjCCategoryImplDecl *CatImpl = dyn_cast<ObjCCategoryImplDecl>(CurDC)) in getParentName() local
305 CurDC = CatImpl->getCategoryDecl(); in getParentName()
HDSemaDeclObjC.cpp135 else if (ObjCCategoryImplDecl *CatImpl in CheckObjCMethodOverride() local
137 CurrentClass = CatImpl->getClassInterface(); in CheckObjCMethodOverride()
4252 else if (ObjCCategoryImplDecl *CatImpl in ActOnMethodDeclaration() local
4254 CurrentClass = CatImpl->getClassInterface(); in ActOnMethodDeclaration()
HDSemaCodeComplete.cpp7041 } else if (ObjCCategoryImplDecl *CatImpl in CodeCompleteObjCMethodDecl() local
7043 SearchDecl = CatImpl->getCategoryDecl(); in CodeCompleteObjCMethodDecl()
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDObjCMT.cpp168 if (const ObjCCategoryImplDecl *CatImpl = dyn_cast<ObjCCategoryImplDecl>(D)) in canModify() local
169 return canModify(CatImpl->getCategoryDecl()); in canModify()