Searched refs:CatImplD (Results 1 – 2 of 2) sorted by relevance
1043 CatImplD = dyn_cast<ObjCCategoryImplDecl>(D)) { in getEntityDecl() local1044 return getEntityDecl(CatImplD->getCategoryDecl()); in getEntityDecl()
5800 if (const ObjCCategoryImplDecl *CatImplD = dyn_cast<ObjCCategoryImplDecl>(D)) in clang_getCanonicalCursor() local5801 if (ObjCCategoryDecl *CatD = CatImplD->getCategoryDecl()) in clang_getCanonicalCursor()