Searched refs:getCorrespondingMethodInClass (Results 1 – 4 of 4) sorted by relevance
2128 getCorrespondingMethodInClass(const CXXRecordDecl *RD,2132 getCorrespondingMethodInClass(const CXXRecordDecl *RD,2135 ->getCorrespondingMethodInClass(RD, MayBeBase);
2158 CXXMethodDecl::getCorrespondingMethodInClass(const CXXRecordDecl *RD, in getCorrespondingMethodInClass() function in CXXMethodDecl2188 if (CXXMethodDecl *D = this->getCorrespondingMethodInClass(Base)) in getCorrespondingMethodInClass()2247 getCorrespondingMethodInClass(BestDynamicDecl); in getDevirtualizedMethod()
749 const CXXMethodDecl *Result = MD->getCorrespondingMethodInClass(RD, true); in getRuntimeDefinition()
221 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl); in EmitCXXMemberOrOperatorMemberCallExpr()