Searched refs:getCorrespondingMethodDeclaredInClass (Results 1 – 3 of 3) sorted by relevance
2142 CXXMethodDecl *getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD,2145 getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD,2148 ->getCorrespondingMethodDeclaredInClass(RD, MayBeBase);
2113 CXXMethodDecl::getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD, in getCorrespondingMethodDeclaredInClass() function in CXXMethodDecl2146 if (auto *MD = getCorrespondingMethodDeclaredInClass(RD, MayBeBase)) in getCorrespondingMethodInClass()
5657 Found->getCorrespondingMethodDeclaredInClass(Class, false); in HandleVirtualDispatch()5684 Found->getCorrespondingMethodDeclaredInClass(NextClass, false); in HandleVirtualDispatch()