Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4293 const ValueDecl *VD2 = getAnyDecl(E2); in isSameComparisonOperand() local
4294 return declaresSameEntity(VD1, VD2); in isSameComparisonOperand()