Searched refs:getCorrespondingMethodInClass (Results 1 – 4 of 4) sorted by relevance
2264 getCorrespondingMethodInClass(const CXXRecordDecl *RD,2268 getCorrespondingMethodInClass(const CXXRecordDecl *RD,2271 ->getCorrespondingMethodInClass(RD, MayBeBase);
2277 CXXMethodDecl::getCorrespondingMethodInClass(const CXXRecordDecl *RD, in getCorrespondingMethodInClass() function in CXXMethodDecl2304 if (CXXMethodDecl *D = this->getCorrespondingMethodInClass(Base)) in getCorrespondingMethodInClass()2362 getCorrespondingMethodInClass(BestDynamicDecl); in getDevirtualizedMethod()
780 const CXXMethodDecl *Result = MD->getCorrespondingMethodInClass(RD, true); in getRuntimeDefinition()
228 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl); in EmitCXXMemberOrOperatorMemberCallExpr()