Home | History | Annotate | Download | only in Frontend

Lines Matching defs:SubExpr

2020   // Replace this subexpr in the parent.
2934 const Expr *SubExpr = ICE->IgnoreParenImpCasts();
2936 if (SubExpr->getType()->isIntegralType(*Context) &&
2940 if (SubExpr->getType()->isBlockPointerType()) {
2942 } else if (SubExpr->getType()->isPointerType()) {