Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExpr.cpp4098 const ValueDecl *VD2 = getAnyDecl(E2); in isSameComparisonOperand() local
4099 return declaresSameEntity(VD1, VD2); in isSameComparisonOperand()