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.cpp10288 SourceLocation ToBegin, ToEnd; in Import() local
10289 if (Error Err = importInto(ToBegin, FromRange.getBegin())) in Import()
10294 return SourceRange(ToBegin, ToEnd); in Import()