Home
last modified time | relevance | path

Searched refs:CatImplD (Results 1 – 2 of 2) sorted by relevance

/external/clang/tools/libclang/
DIndexingContext.cpp822 CatImplD = dyn_cast<ObjCCategoryImplDecl>(D)) { in getEntityDecl() local
823 return getEntityDecl(CatImplD->getCategoryDecl()); in getEntityDecl()
DCIndex.cpp5430 if (const ObjCCategoryImplDecl *CatImplD = dyn_cast<ObjCCategoryImplDecl>(D)) in clang_getCanonicalCursor() local
5431 if (ObjCCategoryDecl *CatD = CatImplD->getCategoryDecl()) in clang_getCanonicalCursor()