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

Declarations

tools/clang/tools/extra/clangd/AST.h
   36 SourceLocation findName(const clang::Decl *D);

References

tools/clang/tools/extra/clangd/FindSymbols.cpp
  134   SourceLocation NameLoc = spellingLocIfSpelled(findName(&ND), SM);
tools/clang/tools/extra/clangd/XRefs.cpp
  291         makeLocation(AST.getASTContext(), spellingLocIfSpelled(findName(D), SM),
 1041       spellingLocIfSpelled(findName(&ND), Ctx.getSourceManager());
tools/clang/tools/extra/clangd/index/SymbolCollector.cpp
   84   auto Loc = spellingLocIfSpelled(findName(&ND), SM);
  574   auto Loc = spellingLocIfSpelled(findName(&ND), SM);
  635   auto Loc = spellingLocIfSpelled(findName(&ND), SM);