Searched refs:CurMD (Results 1 – 2 of 2) sorted by relevance
1276 auto *CurMD = S.getCurMethodDecl(); in findMethodInCurrentClass() local1277 if (!CurMD) in findMethodInCurrentClass()1279 ObjCInterfaceDecl *IFace = CurMD->getClassInterface(); in findMethodInCurrentClass()3198 auto *CurMD = SemaRef.getCurMethodDecl(); in BuildInstanceMessage() local3199 assert(CurMD && "Current method declaration should not be null"); in BuildInstanceMessage()3201 CurMD->isDesignatedInitializerForTheInterface(&InitMethod); in BuildInstanceMessage()
5562 const auto *CurMD = in ValidateCandidate() local5567 CurMD ? CurMD->getParent()->getCanonicalDecl() : nullptr; in ValidateCandidate()