clang-tools 20.0.0git
|
#include "FileDistance.h"
#include "URI.h"
#include "support/Logger.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/Path.h"
#include <queue>
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 | |
static llvm::SmallString< 128 > | clang::clangd::canonicalize (llvm::StringRef Path) |
static std::pair< std::string, int > | clang::clangd::scopeToPath (llvm::StringRef Scope) |
static FileDistance | clang::clangd::createScopeFileDistance (llvm::ArrayRef< std::string > QueryScopes) |