Searched refs:CurMD (Results 1 – 2 of 2) sorted by relevance
5504 const auto *CurMD = in ValidateCandidate() local5509 CurMD ? CurMD->getParent()->getCanonicalDecl() : nullptr; in ValidateCandidate()
1281 auto *CurMD = S.getCurMethodDecl(); in findMethodInCurrentClass() local1282 if (!CurMD) in findMethodInCurrentClass()1284 ObjCInterfaceDecl *IFace = CurMD->getClassInterface(); in findMethodInCurrentClass()