Lines Matching defs:End
1716 // end location of the type.
2649 std::copy(NewParamInfo.begin(), NewParamInfo.end(), ParamInfo);
2658 std::copy(NewDecls.begin(), NewDecls.end(), A);
3740 std::copy(NewParamInfo.begin(), NewParamInfo.end(), ParamInfo);
3746 const Capture *end,
3750 if (begin == end) {
3756 NumCaptures = end - begin;
3918 SourceLocation End = getLocation();
3920 End = Init->getLocEnd();
3921 return SourceRange(getLocation(), End);