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

References

tools/clang/tools/extra/clangd/FindSymbols.cpp
  134   SourceLocation NameLoc = spellingLocIfSpelled(findName(&ND), SM);
  139   SourceLocation BeginLoc = SM.getSpellingLoc(SM.getFileLoc(ND.getBeginLoc()));
  140   SourceLocation EndLoc = SM.getSpellingLoc(SM.getFileLoc(ND.getEndLoc()));
  152   index::SymbolInfo SymInfo = index::getSymbolInfo(&ND);
  158   SI.name = printName(Ctx, ND);
  160   SI.deprecated = ND.isDeprecated();