Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp4115 auto getAnyDecl = [](const Expr *E) -> const ValueDecl * { in isSameComparisonOperand() local
4123 const ValueDecl *VD1 = getAnyDecl(E1); in isSameComparisonOperand()
4124 const ValueDecl *VD2 = getAnyDecl(E2); in isSameComparisonOperand()