Home | History | Annotate | Download | only in AST

Lines Matching defs:ImplD

559     if (ObjCImplementationDecl *ImplD = Ctx.getObjCImplementation(IFD))
560 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
563 if (ObjCCategoryImplDecl *ImplD = Ctx.getObjCImplementation(CD))
564 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
566 } else if (ObjCImplementationDecl *ImplD =
568 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface())
589 if (ObjCImplementationDecl *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) {
590 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface())
1075 void ObjCInterfaceDecl::setImplementation(ObjCImplementationDecl *ImplD) {
1076 getASTContext().setObjCImplementation(getDefinition(), ImplD);
1513 void ObjCCategoryDecl::setImplementation(ObjCCategoryImplDecl *ImplD) {
1514 getASTContext().setObjCImplementation(this, ImplD);
1563 if (ObjCImplementationDecl *ImplD
1566 Ctx.setObjCImplementation(IFace, ImplD);
1568 } else if (ObjCCategoryImplDecl *ImplD =
1571 Ctx.setObjCImplementation(CD, ImplD);