Home
last modified time | relevance | path

Searched refs:ImpCast (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSema.cpp665 if (ImplicitCastExpr *ImpCast = dyn_cast<ImplicitCastExpr>(E)) { in ImpCastExprToType() local
666 if (ImpCast->getCastKind() == Kind && (!BasePath || BasePath->empty())) { in ImpCastExprToType()
667 ImpCast->setType(Ty); in ImpCastExprToType()
668 ImpCast->setValueKind(VK); in ImpCastExprToType()
DSemaStmt.cpp982 while (const auto *ImpCast = dyn_cast<ImplicitCastExpr>(E)) { in GetTypeBeforeIntegralPromotion() local
983 if (ImpCast->getCastKind() != CK_IntegralCast) break; in GetTypeBeforeIntegralPromotion()
984 E = ImpCast->getSubExpr(); in GetTypeBeforeIntegralPromotion()