Searched refs:getCorrespondingMethodInClass (Results 1 – 4 of 4) sorted by relevance
2130 getCorrespondingMethodInClass(const CXXRecordDecl *RD,2134 getCorrespondingMethodInClass(const CXXRecordDecl *RD,2137 ->getCorrespondingMethodInClass(RD, MayBeBase);
2144 CXXMethodDecl::getCorrespondingMethodInClass(const CXXRecordDecl *RD, in getCorrespondingMethodInClass() function in CXXMethodDecl2174 if (CXXMethodDecl *D = this->getCorrespondingMethodInClass(Base)) in getCorrespondingMethodInClass()2233 getCorrespondingMethodInClass(BestDynamicDecl); in getDevirtualizedMethod()
788 const CXXMethodDecl *Result = MD->getCorrespondingMethodInClass(RD, true); in getRuntimeDefinition()
221 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl); in EmitCXXMemberOrOperatorMemberCallExpr()