Searched refs:ToEnd (Results 1 – 2 of 2) sorted by relevance
1494 ToIter = ToTemplateList.rbegin(), ToEnd = ToTemplateList.rend(); in hasSameTemplate() local1503 for (; FromIter != FromEnd && ToIter != ToEnd; ++FromIter, ++ToIter) { in hasSameTemplate()
10288 SourceLocation ToBegin, ToEnd; in Import() local10291 if (Error Err = importInto(ToEnd, FromRange.getEnd())) in Import()10294 return SourceRange(ToBegin, ToEnd); in Import()