clang-tools
11.0.0
|
#include "Annotations.h"
#include "ClangdLSPServer.h"
#include "CodeComplete.h"
#include "LSPClient.h"
#include "Protocol.h"
#include "TestFS.h"
#include "refactor/Rename.h"
#include "support/Logger.h"
#include "support/TestTracer.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/JSON.h"
#include "llvm/Testing/Support/SupportHelpers.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
Go to the source code of this file.
Namespaces | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::clangd | |
|
protected |
Definition at line 67 of file ClangdLSPServerTests.cpp.
|
protected |
Definition at line 66 of file ClangdLSPServerTests.cpp.
Referenced by clang::clangd::TestTU::build(), clang::clangd::config::Provider::fromAncestorRelativeYAMLFiles(), clang::clangd::config::Provider::fromYAMLFile(), clang::clangd::PreambleFileStatusCache::getConsumingFS(), clang::clangd::PreambleFileStatusCache::getProducingFS(), clang::clangd::TestTU::inputs(), clang::clangd::TestTU::preamble(), clang::clangd::config::FileConfigCache::read(), clang::clangd::TEST_F(), and clang::clangd::ThreadsafeFS::view().
|
protected |
Definition at line 69 of file ClangdLSPServerTests.cpp.
|
protected |
Definition at line 68 of file ClangdLSPServerTests.cpp.
Referenced by clang::clangd::ClangdServer::prepareRename().