Searched refs:getCompareDecl (Results 1 – 1 of 1) sorted by relevance
9941 static ValueDecl *getCompareDecl(Expr *E) { in getCompareDecl() function9985 ValueDecl *DL = getCompareDecl(LHSStripped); in diagnoseTautologicalComparison()9986 ValueDecl *DR = getCompareDecl(RHSStripped); in diagnoseTautologicalComparison()