Searched refs:getCorrespondingMethodDeclaredInClass (Results 1 – 4 of 4) sorted by relevance
246 FoundFunction->getCorrespondingMethodDeclaredInClass(CurRecord, false); in getOverridingFunction()
2262 CXXMethodDecl *getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD,2265 getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD,2268 ->getCorrespondingMethodDeclaredInClass(RD, MayBeBase);
2205 CXXMethodDecl::getCorrespondingMethodDeclaredInClass(const CXXRecordDecl *RD, in getCorrespondingMethodDeclaredInClass() function in CXXMethodDecl2238 if (auto *MD = getCorrespondingMethodDeclaredInClass(RD, MayBeBase)) in getCorrespondingMethodInClass()
5832 Found->getCorrespondingMethodDeclaredInClass(Class, false); in HandleVirtualDispatch()5859 Found->getCorrespondingMethodDeclaredInClass(NextClass, false); in HandleVirtualDispatch()