clang-tools 20.0.0git
|
#include "index/Symbol.h"
#include "support/ThreadsafeFS.h"
#include "llvm/ADT/StringRef.h"
#include <optional>
#include <string>
Go to the source code of this file.
Classes | |
struct | clang::clangd::StdLibLocation |
class | clang::clangd::StdLibSet |
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 | |
SymbolSlab | clang::clangd::indexStandardLibrary (std::unique_ptr< CompilerInvocation > Invocation, const StdLibLocation &Loc, const ThreadsafeFS &TFS) |
SymbolSlab | clang::clangd::indexStandardLibrary (llvm::StringRef HeaderSources, std::unique_ptr< CompilerInvocation > CI, const StdLibLocation &Loc, const ThreadsafeFS &TFS) |
llvm::StringRef | clang::clangd::getStdlibUmbrellaHeader (const LangOptions &LO) |