Searched refs:getCorrespondingMethodInClass (Results 1 – 4 of 4) sorted by relevance
2176 getCorrespondingMethodInClass(const CXXRecordDecl *RD,2180 getCorrespondingMethodInClass(const CXXRecordDecl *RD,2183 ->getCorrespondingMethodInClass(RD, MayBeBase);
2195 CXXMethodDecl::getCorrespondingMethodInClass(const CXXRecordDecl *RD, in getCorrespondingMethodInClass() function in CXXMethodDecl2222 if (CXXMethodDecl *D = this->getCorrespondingMethodInClass(Base)) in getCorrespondingMethodInClass()2279 getCorrespondingMethodInClass(BestDynamicDecl); in getDevirtualizedMethod()
753 const CXXMethodDecl *Result = MD->getCorrespondingMethodInClass(RD, true); in getRuntimeDefinition()
223 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl); in EmitCXXMemberOrOperatorMemberCallExpr()