/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | StreamUtil.cpp | 81 IndexedModuleDescriptor IMD; in discoverStreamPurposes() local
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransZeroOutPropsInDealloc.cpp | 106 ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(D->getDeclContext()); in TraverseObjCMethodDecl() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 446 ObjCMethodDecl *IMD = ActOnStartOfObjCMethodDef() local 4687 __anon8421e07e0902(const ObjCMethodDecl *IMD) checkObjCDirectMethodClashes() argument 4712 if (auto *IMD = IDecl->getMethod(Sel, isInstance)) checkObjCDirectMethodClashes() local 4716 if (auto *IMD = IDecl->getImplementation()->getMethod(Sel, isInstance)) checkObjCDirectMethodClashes() local 4720 if (auto *IMD = Cat->getMethod(Sel, isInstance)) checkObjCDirectMethodClashes() local 4724 if (auto *IMD = Cat->getMethod(Sel, isInstance)) checkObjCDirectMethodClashes() local 4904 if (auto *IMD = IDecl->lookupMethod(ObjCMethod->getSelector(), ActOnMethodDeclaration() local 4975 if (auto *IMD = P->lookupMethod(ObjCMethod->getSelector(), ActOnMethodDeclaration() local [all...] |
H A D | SemaObjCProperty.cpp | 1819 if (!IMD || !IMD->isPropertyAccessor()) in IvarBacksCurrentMethodAccessor() local 2319 if (auto *IMD = IFD->getInstanceMethod(MD->getSelector())) { DiagnoseMissingDesignatedInitOverrides() local 2324 if (auto *IMD = Ext->getInstanceMethod(MD->getSelector())) { DiagnoseMissingDesignatedInitOverrides() local [all...] |
/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 1327 const ObjCInterfaceDecl *ID = IMD->getClassInterface(); in collectOverriddenMethodsSlow() local 1216 if (auto *IMD = dyn_cast<ObjCImplDecl>(getDeclContext())) getClassInterface() local 1226 if (auto *IMD = dyn_cast<ObjCCategoryImplDecl>(getDeclContext())) getCategory() local
|
H A D | ASTContext.cpp | 484 if (const auto *IMD = dyn_cast<ObjCImplDecl>(DC)) { addRedeclaredMethods() local 2967 if (const auto *IMD = dyn_cast<ObjCImplDecl>(ND->getDeclContext())) getObjContainingInterface() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 827 MDNode *IMD = IJ->getMetadata(Kind); propagateMetadata() local
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 1168 assert((IMD || CID) && "Unknown ImplementationDecl"); in RewriteImplementationDecl() local 768 RewritePropertyImplDecl(ObjCPropertyImplDecl * PID,ObjCImplementationDecl * IMD,ObjCCategoryImplDecl * CID) RewritePropertyImplDecl() argument [all...] |
H A D | RewriteModernObjC.cpp | 918 RewritePropertyImplDecl(ObjCPropertyImplDecl * PID,ObjCImplementationDecl * IMD,ObjCCategoryImplDecl * CID) RewritePropertyImplDecl() argument 1334 ObjCImplementationDecl *IMD = dyn_cast<ObjCImplementationDecl>(OID); RewriteImplementationDecl() local [all...] |
/llvm-project/clang/tools/libclang/ |
H A D | CIndex.cpp | 8591 if (auto *IMD = dyn_cast<ObjCImplementationDecl>(D)) getCursorPlatformAvailabilityForDecl() local 8595 else if (auto *IMD = dyn_cast<ObjCCategoryImplDecl>(D)) getCursorPlatformAvailabilityForDecl() local 8601 else if (auto *IMD = dyn_cast<ObjCImplementationDecl>(DC)) getCursorPlatformAvailabilityForDecl() local 8603 else if (auto *IMD = dyn_cast<ObjCCategoryImplDecl>(DC)) getCursorPlatformAvailabilityForDecl() local
|