Searched refs:getCorrespondingMethodDeclaredInClass (Results 1 – 4 of 4) sorted by relevance
378 FoundFunction->getCorrespondingMethodDeclaredInClass(CurRecord, false); in getOverridingFunction()
2333 CXXMethodDecl *getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD,2336 getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD,2339 ->getCorrespondingMethodDeclaredInClass(RD, MayBeBase);
2413 CXXMethodDecl::getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD, in getCorrespondingMethodDeclaredInClass() function in CXXMethodDecl2446 if (auto *MD = getCorrespondingMethodDeclaredInClass(RD, MayBeBase)) in getCorrespondingMethodInClass()
6186 Found->getCorrespondingMethodDeclaredInClass(Class, false); in HandleVirtualDispatch()6213 Found->getCorrespondingMethodDeclaredInClass(NextClass, false); in HandleVirtualDispatch()