Home | History | Annotate | Download | only in Sema

Lines Matching defs:IMD

367     ObjCMethodDecl *IMD = 
370 if (IMD) {
374 dyn_cast<ObjCContainerDecl>(IMD->getDeclContext());
389 dyn_cast<NamedDecl>(IMD),
4265 if (auto *IMD = IDecl->lookupMethod(ObjCMethod->getSelector(),
4267 mergeInterfaceMethodToImpl(*this, ObjCMethod, IMD);
4270 if (isa<ObjCCategoryImplDecl>(ImpDecl) && IMD->isOverriding() &&