Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9925 SourceLocation ToBegin, ToEnd; in Import() local
9926 if (Error Err = importInto(ToBegin, FromRange.getBegin())) in Import()
9931 return SourceRange(ToBegin, ToEnd); in Import()