Searched refs:LocAfterEnd (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp27 SourceLocation LocAfterEnd = Lexer::findLocationAfterToken( local
30 return LocAfterEnd.isValid()
31 ? CharSourceRange::getCharRange(R.getBegin(), LocAfterEnd)

Completed in 51 milliseconds