Searched refs:ImpCast (Results 1 – 2 of 2) sorted by relevance
765 if (ImplicitCastExpr *ImpCast = dyn_cast<ImplicitCastExpr>(E)) { in ImpCastExprToType() local766 if (ImpCast->getCastKind() == Kind && (!BasePath || BasePath->empty())) { in ImpCastExprToType()767 ImpCast->setType(Ty); in ImpCastExprToType()768 ImpCast->setValueKind(VK); in ImpCastExprToType()
1050 while (const auto *ImpCast = dyn_cast<ImplicitCastExpr>(E)) { in GetTypeBeforeIntegralPromotion() local1051 if (ImpCast->getCastKind() != CK_IntegralCast) break; in GetTypeBeforeIntegralPromotion()1052 E = ImpCast->getSubExpr(); in GetTypeBeforeIntegralPromotion()