Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp307 if (const ObjCCategoryImplDecl *CatImpl = dyn_cast<ObjCCategoryImplDecl>(CurDC)) in getParentName() local
308 CurDC = CatImpl->getCategoryDecl(); in getParentName()
DSemaDeclObjC.cpp135 else if (ObjCCategoryImplDecl *CatImpl in CheckObjCMethodOverride() local
137 CurrentClass = CatImpl->getClassInterface(); in CheckObjCMethodOverride()
3213 else if (ObjCCategoryImplDecl *CatImpl in ActOnMethodDeclaration() local
3215 CurrentClass = CatImpl->getClassInterface(); in ActOnMethodDeclaration()
DSemaCodeComplete.cpp6812 } else if (ObjCCategoryImplDecl *CatImpl in CodeCompleteObjCMethodDecl() local
6814 SearchDecl = CatImpl->getCategoryDecl(); in CodeCompleteObjCMethodDecl()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp164 if (const ObjCCategoryImplDecl *CatImpl = dyn_cast<ObjCCategoryImplDecl>(D)) in canModify() local
165 return canModify(CatImpl->getCategoryDecl()); in canModify()