Searched refs:getCorrespondingMethodDeclaredInClass (Results 1 – 3 of 3) sorted by relevance
2140 CXXMethodDecl *getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD,2143 getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD,2146 ->getCorrespondingMethodDeclaredInClass(RD, MayBeBase);
2127 CXXMethodDecl::getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD, in getCorrespondingMethodDeclaredInClass() function in CXXMethodDecl2160 if (auto *MD = getCorrespondingMethodDeclaredInClass(RD, MayBeBase)) in getCorrespondingMethodInClass()
5654 Found->getCorrespondingMethodDeclaredInClass(Class, false); in HandleVirtualDispatch()5681 Found->getCorrespondingMethodDeclaredInClass(NextClass, false); in HandleVirtualDispatch()