#include "Protocol.h"
#include "llvm/ADT/StringRef.h"
Go to the source code of this file.
|
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 . More...
|
|
llvm::Expected< std::vector< SymbolInformation > > | clang::clangd::getDocumentSymbols (ParsedAST &AST) |
| Retrieves the symbols contained in the "main file" section of an AST in the same order that they appear. More...
|
|