Searched refs:getCompareDecl (Results 1 – 1 of 1) sorted by relevance
8593 static ValueDecl *getCompareDecl(Expr *E) { in getCompareDecl() function8642 ValueDecl *DL = getCompareDecl(LHSStripped); in CheckCompareOperands()8643 ValueDecl *DR = getCompareDecl(RHSStripped); in CheckCompareOperands()