Searched refs:CastExpr2 (Results 1 – 1 of 1) sorted by relevance
360 const CStyleCastExpr* CastExpr2 = cast<CStyleCastExpr>(Stmt2); in isIdenticalStmt() local362 return CastExpr1->getTypeAsWritten() == CastExpr2->getTypeAsWritten(); in isIdenticalStmt()