Home
last modified time | relevance | path

Searched refs:getCompareDecl (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaExpr.cpp8593 static ValueDecl *getCompareDecl(Expr *E) { in getCompareDecl() function
8642 ValueDecl *DL = getCompareDecl(LHSStripped); in CheckCompareOperands()
8643 ValueDecl *DR = getCompareDecl(RHSStripped); in CheckCompareOperands()