Home
last modified time | relevance | path

Searched defs:IMD (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp81 IndexedModuleDescriptor IMD; in discoverStreamPurposes() local
/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp106 ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(D->getDeclContext()); in TraverseObjCMethodDecl() local
/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp446 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 DSemaObjCProperty.cpp1819 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 DDeclObjC.cpp1327 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 DASTContext.cpp484 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 DVectorUtils.cpp827 MDNode *IMD = IJ->getMetadata(Kind); propagateMetadata() local
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1168 assert((IMD || CID) && "Unknown ImplementationDecl"); in RewriteImplementationDecl() local
768 RewritePropertyImplDecl(ObjCPropertyImplDecl * PID,ObjCImplementationDecl * IMD,ObjCCategoryImplDecl * CID) RewritePropertyImplDecl() argument
[all...]
H A DRewriteModernObjC.cpp918 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 DCIndex.cpp8591 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