Home | History | Annotate | Download | only in AST

Lines Matching refs:explicit_capture_end

1041 LambdaExpr::capture_iterator LambdaExpr::explicit_capture_end() const {
1048 return capture_range(explicit_capture_begin(), explicit_capture_end());
1052 return explicit_capture_end();