Home | History | Annotate | Download | only in libclang

Lines Matching refs:ObjCCategoryImplDecl

1090 bool CursorVisitor::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D) {
3133 if (const ObjCCategoryImplDecl *CIMP = dyn_cast<ObjCCategoryImplDecl>(ND))
3136 // ObjCCategoryImplDecl returns the category name.
3322 if (const ObjCCategoryImplDecl *
3323 CID = dyn_cast_or_null<ObjCCategoryImplDecl>(getCursorDecl(C)))
3482 return cxstring::createRef("ObjCCategoryImplDecl");
4552 if (ObjCCategoryImplDecl *Impl
4616 if (const ObjCCategoryImplDecl *CatImplD = dyn_cast<ObjCCategoryImplDecl>(D))