Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp8424 static ValueDecl *getCompareDecl(Expr *E) { in getCompareDecl() function
8475 ValueDecl *DL = getCompareDecl(LHSStripped); in CheckCompareOperands()
8476 ValueDecl *DR = getCompareDecl(RHSStripped); in CheckCompareOperands()