Searched refs:getAnyDecl (Results 1 – 1 of 1) sorted by relevance
4203 auto getAnyDecl = [](const Expr *E) -> const ValueDecl * { in isSameComparisonOperand() local4211 const ValueDecl *VD1 = getAnyDecl(E1); in isSameComparisonOperand()4212 const ValueDecl *VD2 = getAnyDecl(E2); in isSameComparisonOperand()