#include "Headers.h"
#include "index/Ref.h"
#include "index/Relation.h"
#include "index/Serialization.h"
#include "index/Symbol.h"
#include "index/SymbolLocation.h"
#include "index/SymbolOrigin.h"
#include "clang/Tooling/CompilationDatabase.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/StringSaver.h"
#include "llvm/Support/YAMLTraits.h"
#include "llvm/Support/raw_ostream.h"
#include <cstdint>
#include <optional>
Go to the source code of this file.
|
namespace | llvm |
| Some operations such as code completion produce a set of candidates.
|
|
namespace | llvm::yaml |
|
namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
|
|
namespace | clang::clangd |
| FIXME: Skip testing on windows temporarily due to the different escaping code mode.
|
|
|
#define | DEFINE_ENUM(name) IO.enumCase(Value, #name, SymbolKind::name) |
|
◆ DEFINE_ENUM
#define DEFINE_ENUM |
( |
|
name | ) |
IO.enumCase(Value, #name, SymbolKind::name) |