Searched refs:ImplCast (Results 1 – 1 of 1) sorted by relevance
48 clang::ImplicitCastExpr *ImplCast; in WarnOnSetElementAt() local50 ImplCast = clang::dyn_cast_or_null<clang::ImplicitCastExpr>(Expr); in WarnOnSetElementAt()52 if (!ImplCast) { in WarnOnSetElementAt()59 Ty = ImplCast->getSubExpr()->getType()->getPointeeType() in WarnOnSetElementAt()