Searched refs:getCorrespondingMethodInClass (Results 1 – 5 of 5) sorted by relevance
46 MemberDecl.getCorrespondingMethodInClass(BaseDecl); in getParentsByGrandParent()
2162 getCorrespondingMethodInClass(const CXXRecordDecl *RD,2166 getCorrespondingMethodInClass(const CXXRecordDecl *RD,2169 ->getCorrespondingMethodInClass(RD, MayBeBase);
2166 CXXMethodDecl::getCorrespondingMethodInClass(const CXXRecordDecl *RD, in getCorrespondingMethodInClass() function in CXXMethodDecl2193 if (CXXMethodDecl *D = this->getCorrespondingMethodInClass(Base)) in getCorrespondingMethodInClass()2250 getCorrespondingMethodInClass(BestDynamicDecl); in getDevirtualizedMethod()
717 const CXXMethodDecl *Result = MD->getCorrespondingMethodInClass(RD, true); in getRuntimeDefinition()
221 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl); in EmitCXXMemberOrOperatorMemberCallExpr()