Home
last modified time | relevance | path

Searched refs:ToEnd (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DASTDiagnostic.cpp1433 ToIter = ToTemplateList.rbegin(), ToEnd = ToTemplateList.rend(); in hasSameTemplate() local
1442 for (; FromIter != FromEnd && ToIter != ToEnd; ++FromIter, ++ToIter) { in hasSameTemplate()
H A DASTImporter.cpp9337 SourceLocation ToBegin, ToEnd; in Import() local
9340 if (Error Err = importInto(ToEnd, FromRange.getEnd())) in Import()
9343 return SourceRange(ToBegin, ToEnd); in Import()