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

References

tools/clang/tools/extra/clangd/XRefs.cpp
  885   const SourceManager &SM = AST.getSourceManager();
  888       getBeginningOfIdentifier(Pos, SM, AST.getASTContext().getLangOpts()));
  890   if (auto M = locateMacroAt(SourceLocationBeg, AST.getPreprocessor())) {
  891     HI = getHoverContents(*M, AST);
  893     auto Decls = getDeclAtPosition(AST, SourceLocationBeg);
  897   if (!HI && hasDeducedType(AST, SourceLocationBeg)) {
  899     V.TraverseAST(AST.getASTContext());
  901       HI = getHoverContents(V.DeducedType, V.D, AST.getASTContext(), Index);
  913       getTokenRange(AST.getASTContext().getSourceManager(),
  914                     AST.getASTContext().getLangOpts(), SourceLocationBeg);