Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ewc

575   if (const ExprWithCleanups *ewc = dyn_cast<ExprWithCleanups>(init)) {
576 enterFullExpression(ewc);
577 init = ewc->getSubExpr();