Searched refs:getCorrespondingMethodDeclaredInClass (Results 1 – 3 of 3) sorted by relevance
2188 CXXMethodDecl *getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD,2191 getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD,2194 ->getCorrespondingMethodDeclaredInClass(RD, MayBeBase);
2164 CXXMethodDecl::getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD, in getCorrespondingMethodDeclaredInClass() function in CXXMethodDecl2197 if (auto *MD = getCorrespondingMethodDeclaredInClass(RD, MayBeBase)) in getCorrespondingMethodInClass()
5747 Found->getCorrespondingMethodDeclaredInClass(Class, false); in HandleVirtualDispatch()5774 Found->getCorrespondingMethodDeclaredInClass(NextClass, false); in HandleVirtualDispatch()