Searched refs:IMD (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | StreamUtil.cpp | 81 IndexedModuleDescriptor IMD; in discoverStreamPurposes() 82 IMD.Modi = I; in discoverStreamPurposes() local 83 IMD.Descriptor = Modules.getModuleDescriptor(I); in discoverStreamPurposes() 84 uint16_t SN = IMD.Descriptor.getModuleStreamIndex(); in discoverStreamPurposes() 86 ModStreams[SN] = IMD; in discoverStreamPurposes()
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransZeroOutPropsInDealloc.cpp | 106 ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(D->getDeclContext()); in TraverseObjCMethodDecl() local 107 if (!IMD) in TraverseObjCMethodDecl() 115 for (auto *PID : IMD->property_impls()) { in TraverseObjCMethodDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 446 ObjCMethodDecl *IMD = in ActOnStartOfObjCMethodDef() local 449 if (IMD) { in ActOnStartOfObjCMethodDef() 453 dyn_cast<ObjCContainerDecl>(IMD->getDeclContext()); in ActOnStartOfObjCMethodDef() 467 DiagnoseObjCImplementedDeprecations(SemaRef, IMD, MDecl->getLocation()); in ActOnStartOfObjCMethodDef() 4687 auto diagClash = [&](const ObjCMethodDecl *IMD) { in checkObjCDirectMethodClashes() argument 4688 if (diagnosed || IMD->isImplicit()) in checkObjCDirectMethodClashes() 4690 if (Method->isDirectMethod() || IMD->isDirectMethod()) { in checkObjCDirectMethodClashes() 4692 << Method->isDirectMethod() << /* method */ 0 << IMD->isDirectMethod() in checkObjCDirectMethodClashes() 4694 S.Diag(IMD->getLocation(), diag::note_previous_declaration); in checkObjCDirectMethodClashes() 4712 if (auto *IMD = IDecl->getMethod(Sel, isInstance)) in checkObjCDirectMethodClashes() local [all …]
|
H A D | SemaObjCProperty.cpp | 1819 ObjCMethodDecl *IMD = IFace->lookupMethod(Method->getSelector(), in IvarBacksCurrentMethodAccessor() local 1821 if (!IMD || !IMD->isPropertyAccessor()) in IvarBacksCurrentMethodAccessor() 1827 if ((Property->getGetterName() == IMD->getSelector() || in IvarBacksCurrentMethodAccessor() 1828 Property->getSetterName() == IMD->getSelector()) && in IvarBacksCurrentMethodAccessor() 1836 if ((Property->getGetterName() == IMD->getSelector() || in IvarBacksCurrentMethodAccessor() 1837 Property->getSetterName() == IMD->getSelector()) && in IvarBacksCurrentMethodAccessor() 2319 if (auto *IMD = IFD->getInstanceMethod(MD->getSelector())) { in DiagnoseMissingDesignatedInitOverrides() local 2320 Ignore = IMD->isUnavailable(); in DiagnoseMissingDesignatedInitOverrides() 2324 if (auto *IMD = Ext->getInstanceMethod(MD->getSelector())) { in DiagnoseMissingDesignatedInitOverrides() local 2325 Ignore = IMD->isUnavailable(); in DiagnoseMissingDesignatedInitOverrides()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 855 MDNode *IMD = IJ->getMetadata(Kind); in propagateMetadata() local 859 MD = MMRAMetadata::combine(Inst->getContext(), MD, IMD); in propagateMetadata() 863 MD = MDNode::getMostGenericTBAA(MD, IMD); in propagateMetadata() 866 MD = MDNode::getMostGenericAliasScope(MD, IMD); in propagateMetadata() 869 MD = MDNode::getMostGenericFPMath(MD, IMD); in propagateMetadata() 874 MD = MDNode::intersect(MD, IMD); in propagateMetadata()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 320 ObjCImplementationDecl *IMD, 918 ObjCImplementationDecl *IMD, in RewritePropertyImplDecl() argument 933 startGetterSetterLoc = IMD ? IMD->getEndLoc() : CID->getEndLoc(); in RewritePropertyImplDecl() 941 assert(IMD && OID && "Synthesized ivars must be attached to @implementation"); in RewritePropertyImplDecl() 944 if (mustSynthesizeSetterGetterMethod(IMD, PD, true /*getter*/)) { in RewritePropertyImplDecl() 1002 !mustSynthesizeSetterGetterMethod(IMD, PD, false /*setter*/)) in RewritePropertyImplDecl() 1334 ObjCImplementationDecl *IMD = dyn_cast<ObjCImplementationDecl>(OID); in RewriteImplementationDecl() local 1336 assert((IMD || CID) && "Unknown implementation type"); in RewriteImplementationDecl() 1338 if (IMD) { in RewriteImplementationDecl() 1339 if (IMD->getIvarRBraceLoc().isValid()) { in RewriteImplementationDecl() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 1216 if (auto *IMD = dyn_cast<ObjCImplDecl>(getDeclContext())) in getClassInterface() local 1217 return IMD->getClassInterface(); in getClassInterface() 1226 if (auto *IMD = dyn_cast<ObjCCategoryImplDecl>(getDeclContext())) in getCategory() local 1227 return IMD->getCategoryDecl(); in getCategory() 1327 } else if (const auto *IMD = in collectOverriddenMethodsSlow() local 1329 const ObjCInterfaceDecl *ID = IMD->getClassInterface(); in collectOverriddenMethodsSlow()
|
H A D | ASTContext.cpp | 484 if (const auto *IMD = dyn_cast<ObjCImplDecl>(DC)) { in addRedeclaredMethods() local 485 const ObjCInterfaceDecl *ID = IMD->getClassInterface(); in addRedeclaredMethods() 2972 if (const auto *IMD = dyn_cast<ObjCImplDecl>(ND->getDeclContext())) in getObjContainingInterface() local 2973 return IMD->getClassInterface(); in getObjContainingInterface()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | xenix | 60 # - static executables for Xenix V2.x from Motorola 6800 files in IMD tar archive: 61 # https://github.com/pski/model2archive/blob/master/Software/Xenix/Xenix_Games/GAMES1.IMD
|