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