Searched defs:DRE1 (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/AST/ | ||
H A D | ASTStructuralEquivalence.cpp | 220 bool IsStmtEquivalent(const DeclRefExpr *DRE1, const DeclRefExpr *DRE2) { in IsStmtEquivalent() argument |
H A D | Expr.cpp | 4208 const auto *DRE1 = cast<DeclRefExpr>(E1); isSameComparisonOperand() local |
/llvm-project/clang/lib/Analysis/ | ||
H A D | UnsafeBufferUsage.cpp | 369 if (auto *DRE1 = dyn_cast<DeclRefExpr>(E1)) { AST_MATCHER() local |