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

References

tools/clang/tools/extra/clangd/XRefs.cpp
  240   const auto &SM = AST.getSourceManager();
  249   for (auto &Inc : AST.getIncludeStructure().MainFileIncludes) {
  263           Pos, AST.getSourceManager(), AST.getASTContext().getLangOpts()));
  263           Pos, AST.getSourceManager(), AST.getASTContext().getLangOpts()));
  268   if (auto M = locateMacroAt(SourceLocationBeg, AST.getPreprocessor())) {
  269     if (auto Loc = makeLocation(AST.getASTContext(),
  289   for (const Decl *D : getDeclAtPosition(AST, SourceLocationBeg)) {
  291         makeLocation(AST.getASTContext(), spellingLocIfSpelled(findName(D), SM),
  298       Result.back().Name = printName(AST.getASTContext(), *ND);