Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp8825 SourceLocation ToBegin, ToEnd; in Import() local
8826 if (Error Err = importInto(ToBegin, FromRange.getBegin())) in Import()
8831 return SourceRange(ToBegin, ToEnd); in Import()