reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clangd/Diagnostics.cpp
   91   auto Loc = M.getFileLoc(D.getLocation());
   93     auto R = Lexer::makeFileCharRange(CR, M, L);
   94     if (locationInRange(Loc, R, M))
   95       return halfOpenToRange(M, R);
   99     auto R = Lexer::makeFileCharRange(F.RemoveRange, M, L);
  100     if (locationInRange(Loc, R, M))
  101       return halfOpenToRange(M, R);
  107   if (!Lexer::getRawToken(Loc, Tok, M, L, true) && Tok.isNot(tok::comment)) {
  110   return halfOpenToRange(M, R);