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

References

tools/clang/tools/extra/clangd/ClangdServer.cpp
  314     auto Changes = renameWithinFile(AST, File, Pos, "dummy", Index);
  322         Pos, AST.getSourceManager(), AST.getASTContext().getLangOpts());
  322         Pos, AST.getSourceManager(), AST.getASTContext().getLangOpts());
  323     if (auto Range = getTokenRange(AST.getSourceManager(),
  324                                    AST.getASTContext().getLangOpts(), Loc))