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

Declarations

tools/clang/tools/extra/clangd/FindSymbols.h
   25 llvm::Expected<Location> symbolToLocation(const Symbol &Sym,

References

tools/clang/tools/extra/clangd/FindSymbols.cpp
   92     auto Loc = symbolToLocation(Sym, HintPath);
tools/clang/tools/extra/clangd/XRefs.cpp
 1086   auto Loc = symbolToLocation(S, TUPath);