#include "FindSymbols.h"
#include "AST.h"
#include "ClangdUnit.h"
#include "FuzzyMatch.h"
#include "Logger.h"
#include "Quality.h"
#include "SourceCode.h"
#include "index/Index.h"
#include "clang/Index/IndexDataConsumer.h"
#include "clang/Index/IndexSymbol.h"
#include "clang/Index/IndexingAction.h"
#include "llvm/Support/FormatVariadic.h"
#include "llvm/Support/Path.h"
Go to the source code of this file.
|
llvm::Expected< std::vector< SymbolInformation > > | clang::clangd::getWorkspaceSymbols (StringRef Query, int Limit, const SymbolIndex *const Index, StringRef HintPath) |
|
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...
|
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "FindSymbols" |