Home | History | Annotate | Download | only in libclang

Lines Matching refs:ObjCCategoryImplDecl

1106 bool CursorVisitor::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D) {
3354 if (const ObjCCategoryImplDecl *CIMP = dyn_cast<ObjCCategoryImplDecl>(ND))
3357 // ObjCCategoryImplDecl returns the category name.
3563 if (const ObjCCategoryImplDecl *
3564 CID = dyn_cast_or_null<ObjCCategoryImplDecl>(getCursorDecl(C)))
3723 return cxstring::createRef("ObjCCategoryImplDecl");
4850 if (ObjCCategoryImplDecl *Impl
4914 if (const ObjCCategoryImplDecl *CatImplD = dyn_cast<ObjCCategoryImplDecl>(D))