Searched refs:getCorrespondingMethodDeclaredInClass (Results 1 – 3 of 3) sorted by relevance
2174 CXXMethodDecl *getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD,2177 getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD,2180 ->getCorrespondingMethodDeclaredInClass(RD, MayBeBase);
2135 CXXMethodDecl::getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD, in getCorrespondingMethodDeclaredInClass() function in CXXMethodDecl2168 if (auto *MD = getCorrespondingMethodDeclaredInClass(RD, MayBeBase)) in getCorrespondingMethodInClass()
5739 Found->getCorrespondingMethodDeclaredInClass(Class, false); in HandleVirtualDispatch()5766 Found->getCorrespondingMethodDeclaredInClass(NextClass, false); in HandleVirtualDispatch()