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