Searched refs:DeclRef2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp226 const DeclRefExpr *DeclRef2 = dyn_cast<DeclRefExpr>(RHS); local
229 if ((DeclRef1) && (DeclRef2)) {
231 (DeclRef2->getType()->hasFloatingRepresentation())) {
232 if (DeclRef1->getDecl() == DeclRef2->getDecl()) {
463 const DeclRefExpr *DeclRef2 = cast<DeclRefExpr>(Stmt2); local
464 return DeclRef1->getDecl() == DeclRef2->getDecl();

Completed in 97 milliseconds