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