Searched refs:getCorrespondingMethodDeclaredInClass (Results 1 – 4 of 4) sorted by relevance
234 FoundFunction->getCorrespondingMethodDeclaredInClass(CurRecord, false); in getOverridingFunction()
2276 CXXMethodDecl *getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD,2279 getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD,2282 ->getCorrespondingMethodDeclaredInClass(RD, MayBeBase);
2246 CXXMethodDecl::getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD, in getCorrespondingMethodDeclaredInClass() function in CXXMethodDecl2279 if (auto *MD = getCorrespondingMethodDeclaredInClass(RD, MayBeBase)) in getCorrespondingMethodInClass()
5893 Found->getCorrespondingMethodDeclaredInClass(Class, false); in HandleVirtualDispatch()5920 Found->getCorrespondingMethodDeclaredInClass(NextClass, false); in HandleVirtualDispatch()