Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSelection.cpp251 : SelFile(SelFile), SelFileBounds(SM.getLocForStartOfFile(SelFile), in SelectionTester()
519 if (Loc < SelFileBounds.getBegin() || Loc >= SelFileBounds.getEnd()) in offsetInSelFile()
522 return Loc.getRawEncoding() - SelFileBounds.getBegin().getRawEncoding(); in offsetInSelFile()
538 SourceRange SelFileBounds; member in clang::clangd::__anon2b7dfc710111::SelectionTester