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