clang-tools 20.0.0git
|
Go to the source code of this file.
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::clangd |
FIXME: Skip testing on windows temporarily due to the different escaping code mode. | |
Functions | |
llvm::Expected< Location > | clang::clangd::indexToLSPLocation (const SymbolLocation &Loc, llvm::StringRef TUPath) |
Helper function for deriving an LSP Location from an index SymbolLocation. | |
llvm::Expected< Location > | clang::clangd::symbolToLocation (const Symbol &Sym, llvm::StringRef TUPath) |
Helper function for deriving an LSP Location for a Symbol. | |
llvm::Expected< std::vector< SymbolInformation > > | clang::clangd::getWorkspaceSymbols (llvm::StringRef Query, int Limit, const SymbolIndex *const Index, llvm::StringRef HintPath) |
Searches for the symbols matching Query . | |
llvm::Expected< std::vector< DocumentSymbol > > | clang::clangd::getDocumentSymbols (ParsedAST &AST) |
Retrieves the symbols contained in the "main file" section of an AST in the same order that they appear. | |