Home | History | Annotate | Download | only in AST

Lines Matching refs:PLE

2836       } else if (const ParenListExpr *PLE = dyn_cast<ParenListExpr>(Init)) {
2837 for (unsigned i = 0, e = PLE->getNumExprs(); i != e; ++i)
2838 mangleExpression(PLE->getExpr(i));