Home | History | Annotate | Download | only in Sema

Lines Matching refs:MD

92     if (const ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(D)) {
93 if (const ObjCPropertyDecl *PD = MD->findPropertyDecl()) {
314 if (ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(D)) {
315 numFormalParams = MD->param_size();
8155 CXXMethodDecl *MD = cast<CXXMethodDecl>(DRE->getDecl());
8164 if (MD->getParent()->getName().empty())
8169 StringRef Qual = (MD->getParent()->getName() + "::").toStringRef(Str);
8177 S.Context.getTypeDeclType(MD->getParent()).getTypePtr());
10484 CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(Func);
10485 if (!Func->isImplicitlyInstantiable() && (!MD || MD->isUserProvided()))
11244 CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(ME->getMemberDecl());
11245 if (!MD)
11251 CXXMethodDecl *DM = MD->getCorrespondingMethodInClass(MostDerivedClassDecl);
11965 if (CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(FD))
11966 if (MD->isInstance()) {