Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DExpr.cpp3862 const auto *DRE1 = cast<DeclRefExpr>(E1); in isSameComparisonOperand() local
3864 return DRE1->isRValue() && DRE2->isRValue() && in isSameComparisonOperand()
3865 DRE1->getDecl() == DRE2->getDecl(); in isSameComparisonOperand()
3886 const auto *DRE1 = dyn_cast<DeclRefExpr>(E1); in isSameComparisonOperand() local
3888 if (DRE1 && DRE2) in isSameComparisonOperand()
3889 return declaresSameEntity(DRE1->getDecl(), DRE2->getDecl()); in isSameComparisonOperand()