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

References

tools/clang/tools/extra/clangd/ClangdServer.cpp
  310     auto &AST = InpAST->AST;
  339     auto Changes = renameWithinFile(InpAST->AST, File, Pos, NewName, Index);
  370   return Tweak::Selection(AST.Inputs.Index, AST.AST, *Begin, *End);
  431     clangd::dumpAST(InpAST->AST, ResultOS);
  446     CB(clangd::locateSymbolAt(InpAST->AST, Pos, Index));
  467     CB(getCorrespondingHeaderOrSource(Path, InpAST->AST, Index));
  496         CB(clangd::findDocumentHighlights(InpAST->AST, Pos));
  510     CB(clangd::getHover(InpAST->AST, Pos, std::move(Style), Index));
  523     CB(clangd::getTypeHierarchy(InpAST->AST, Pos, Resolve, Direction, Index,
  559         CB(clangd::getDocumentSymbols(InpAST->AST));
  570     CB(clangd::findReferences(InpAST->AST, Pos, Limit, Index));
  582         CB(clangd::getSymbolInfo(InpAST->AST, Pos));
  594         CB(clangd::getSemanticRanges(InpAST->AST, Pos));