Home | History | Annotate | Download | only in AST

Lines Matching refs:LE

2895     const LambdaExpr *LE = cast<LambdaExpr>(this);
2896 for (LambdaExpr::capture_iterator I = LE->capture_begin(),
2897 E = LE->capture_end(); I != E; ++I)