Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSema.cpp689 if (ImplicitCastExpr *ImpCast = dyn_cast<ImplicitCastExpr>(E)) { in ImpCastExprToType() local
690 if (ImpCast->getCastKind() == Kind && (!BasePath || BasePath->empty())) { in ImpCastExprToType()
691 ImpCast->setType(Ty); in ImpCastExprToType()
692 ImpCast->setValueKind(VK); in ImpCastExprToType()
H A DSemaStmt.cpp1019 while (const auto *ImpCast = dyn_cast<ImplicitCastExpr>(E)) { in GetTypeBeforeIntegralPromotion() local
1020 if (ImpCast->getCastKind() != CK_IntegralCast) break; in GetTypeBeforeIntegralPromotion()
1021 E = ImpCast->getSubExpr(); in GetTypeBeforeIntegralPromotion()