Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DExpr.cpp3938 auto getAnyDecl = [](const Expr *E) -> const ValueDecl * { in isSameComparisonOperand() local
3946 const ValueDecl *VD1 = getAnyDecl(E1); in isSameComparisonOperand()
3947 const ValueDecl *VD2 = getAnyDecl(E2); in isSameComparisonOperand()