Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CastExpr

605   while (auto castExpr = dyn_cast<CastExpr>(init->IgnoreParens())) {
606 switch (castExpr->getCastKind()) {
617 const Expr *srcExpr = castExpr->getSubExpr();
646 init = castExpr->getSubExpr();