Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/libclang/
DCXIndexDataConsumer.cpp1039 CatImplD = dyn_cast<ObjCCategoryImplDecl>(D)) { in getEntityDecl() local
1040 return getEntityDecl(CatImplD->getCategoryDecl()); in getEntityDecl()
DCIndex.cpp6584 if (const ObjCCategoryImplDecl *CatImplD = in clang_getCanonicalCursor() local
6586 if (ObjCCategoryDecl *CatD = CatImplD->getCategoryDecl()) in clang_getCanonicalCursor()
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp1043 CatImplD = dyn_cast<ObjCCategoryImplDecl>(D)) { in getEntityDecl() local
1044 return getEntityDecl(CatImplD->getCategoryDecl()); in getEntityDecl()
DCIndex.cpp5800 if (const ObjCCategoryImplDecl *CatImplD = dyn_cast<ObjCCategoryImplDecl>(D)) in clang_getCanonicalCursor() local
5801 if (ObjCCategoryDecl *CatD = CatImplD->getCategoryDecl()) in clang_getCanonicalCursor()