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