Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp9337 SourceLocation ToBegin, ToEnd; in Import() local
9338 if (Error Err = importInto(ToBegin, FromRange.getBegin())) in Import()
9343 return SourceRange(ToBegin, ToEnd); in Import()