Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCCategoryImplDecl

424     if (ObjCCategoryImplDecl *ImplD = Ctx.getObjCImplementation(CD))
432 } else if (ObjCCategoryImplDecl *CImplD =
433 dyn_cast<ObjCCategoryImplDecl>(CtxD)) {
456 } else if (ObjCCategoryImplDecl *CImplD =
457 dyn_cast<ObjCCategoryImplDecl>(CtxD)) {
735 if (ObjCCategoryImplDecl *Impl = Category->getImplementation())
744 if (ObjCCategoryImplDecl *Impl = Category->getImplementation())
999 ObjCCategoryImplDecl *ObjCCategoryDecl::getImplementation() const {
1004 void ObjCCategoryDecl::setImplementation(ObjCCategoryImplDecl *ImplD) {
1010 // ObjCCategoryImplDecl
1013 ObjCCategoryImplDecl *
1014 ObjCCategoryImplDecl::Create(ASTContext &C, DeclContext *DC,
1019 return new (C) ObjCCategoryImplDecl(DC, Id, ClassInterface,
1023 ObjCCategoryDecl *ObjCCategoryImplDecl::getCategoryDecl() const {
1045 } else if (ObjCCategoryImplDecl *ImplD =
1046 dyn_cast_or_null<ObjCCategoryImplDecl>(this)) {
1084 const ObjCCategoryImplDecl *CID) {