clang-tools 20.0.0git
|
#include "Dex.h"
#include "FileDistance.h"
#include "FuzzyMatch.h"
#include "Quality.h"
#include "URI.h"
#include "index/Index.h"
#include "index/dex/Iterator.h"
#include "index/dex/Token.h"
#include "index/dex/Trigram.h"
#include "support/Logger.h"
#include "support/Trace.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringSet.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/ScopedPrinter.h"
#include <algorithm>
#include <optional>
#include <queue>
#include <utility>
#include <vector>
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. | |
namespace | clang::clangd::dex |
Functions | |
llvm::StringRef | clang::clangd::dex::findPathInURI (llvm::StringRef S) |
llvm::SmallVector< llvm::StringRef, ProximityURILimit > | clang::clangd::dex::generateProximityURIs (llvm::StringRef) |
Returns Search Token for a number of parent directories of given Path. | |
Variables | |
constexpr unsigned | clang::clangd::dex::ProximityURILimit = 5 |