Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp703 if (ImplicitCastExpr *ImpCast = dyn_cast<ImplicitCastExpr>(E)) { in ImpCastExprToType() local
704 if (ImpCast->getCastKind() == Kind && (!BasePath || BasePath->empty())) { in ImpCastExprToType()
705 ImpCast->setType(Ty); in ImpCastExprToType()
706 ImpCast->setValueKind(VK); in ImpCastExprToType()
H A DSemaStmt.cpp1027 while (const auto *ImpCast = dyn_cast<ImplicitCastExpr>(E)) { in GetTypeBeforeIntegralPromotion() local
1028 if (ImpCast->getCastKind() != CK_IntegralCast) break; in GetTypeBeforeIntegralPromotion()
1029 E = ImpCast->getSubExpr(); in GetTypeBeforeIntegralPromotion()