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

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

Completed in 177 milliseconds