Searched refs:getCorrespondingMethodDeclaredInClass (Results 1 – 3 of 3) sorted by relevance
2120 CXXMethodDecl *getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD,2123 getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD,2126 ->getCorrespondingMethodDeclaredInClass(RD, MayBeBase);
2107 CXXMethodDecl::getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD, in getCorrespondingMethodDeclaredInClass() function in CXXMethodDecl2140 if (auto *MD = getCorrespondingMethodDeclaredInClass(RD, MayBeBase)) in getCorrespondingMethodInClass()
5646 Found->getCorrespondingMethodDeclaredInClass(Class, false); in HandleVirtualDispatch()5673 Found->getCorrespondingMethodDeclaredInClass(NextClass, false); in HandleVirtualDispatch()