Searched refs:DeclRef2 (Results 1 – 1 of 1) sorted by relevance
226 const DeclRefExpr *DeclRef2 = dyn_cast<DeclRefExpr>(RHS); in checkComparisonOp() local229 if ((DeclRef1) && (DeclRef2)) { in checkComparisonOp()231 (DeclRef2->getType()->hasFloatingRepresentation())) { in checkComparisonOp()232 if (DeclRef1->getDecl() == DeclRef2->getDecl()) { in checkComparisonOp()463 const DeclRefExpr *DeclRef2 = cast<DeclRefExpr>(Stmt2); in isIdenticalStmt() local464 return DeclRef1->getDecl() == DeclRef2->getDecl(); in isIdenticalStmt()