Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp81 IndexedModuleDescriptor IMD; in discoverStreamPurposes() local
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp106 ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(D->getDeclContext()); in TraverseObjCMethodDecl() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4712 if (auto *IMD in checkObjCDirectMethodClashes() local
438 ObjCMethodDecl *IMD = ActOnStartOfObjCMethodDef() local
4679 __anon19cdc7dd0902(const ObjCMethodDecl *IMD) checkObjCDirectMethodClashes() argument
4704 if (auto *IMD = IDecl->getMethod(Sel, isInstance)) checkObjCDirectMethodClashes() local
4708 if (auto *IMD = IDecl->getImplementation()->getMethod(Sel, isInstance)) checkObjCDirectMethodClashes() local
4716 if (auto *IMD = Cat->getMethod(Sel, isInstance)) checkObjCDirectMethodClashes() local
4891 if (auto *IMD = IDecl->lookupMethod(ObjCMethod->getSelector(), ActOnMethodDeclaration() local
4962 if (auto *IMD = P->lookupMethod(ObjCMethod->getSelector(), ActOnMethodDeclaration() local
[all...]
H A DSemaObjCProperty.cpp1839 ObjCMethodDecl *IMD = IFace->lookupMethod(Method->getSelector(), IvarBacksCurrentMethodAccessor() local
2337 if (auto *IMD = IFD->getInstanceMethod(MD->getSelector())) { DiagnoseMissingDesignatedInitOverrides() local
2342 if (auto *IMD = Ext->getInstanceMethod(MD->getSelector())) { DiagnoseMissingDesignatedInitOverrides() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1216 if (auto *IMD = dyn_cast<ObjCImplDecl>(getDeclContext())) in getClassInterface() local
1226 if (auto *IMD = dyn_cast<ObjCCategoryImplDecl>(getDeclContext())) in getCategory() local
1327 } else if (const auto *IMD = in collectOverriddenMethodsSlow() local
H A DASTContext.cpp481 if (const auto *IMD = dyn_cast<ObjCImplDecl>(DC)) { addRedeclaredMethods() local
2917 if (const auto *IMD = dyn_cast<ObjCImplDecl>(ND->getDeclContext())) getObjContainingInterface() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp801 MDNode *IMD = IJ->getMetadata(Kind); propagateMetadata() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp768 ObjCImplementationDecl *IMD, in RewritePropertyImplDecl()
1168 ObjCImplementationDecl *IMD = dyn_cast<ObjCImplementationDecl>(OID); in RewriteImplementationDecl() local
H A DRewriteModernObjC.cpp919 RewritePropertyImplDecl(ObjCPropertyImplDecl * PID,ObjCImplementationDecl * IMD,ObjCCategoryImplDecl * CID) RewritePropertyImplDecl() argument
1335 ObjCImplementationDecl *IMD = dyn_cast<ObjCImplementationDecl>(OID); RewriteImplementationDecl() local
[all...]