Home
last modified time | relevance | path

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

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