clang-tools 18.0.0git
|
#include "Config.h"
#include "TestIndex.h"
#include "index/Index.h"
#include "index/MemIndex.h"
#include "index/ProjectAware.h"
#include "index/Ref.h"
#include "index/Relation.h"
#include "support/Context.h"
#include "support/Threading.h"
#include "llvm/ADT/StringRef.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include <memory>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::clangd |
Functions | |
std::unique_ptr< SymbolIndex > | clang::clangd::createIndex () |
clang::clangd::TEST (ProjectAware, Test) | |
clang::clangd::TEST (ProjectAware, CreatedOnce) | |