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

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

Completed in 87 milliseconds