|
clang-tools 22.0.0git
|
#include "ClangdServer.h"#include "CodeComplete.h"#include "Config.h"#include "Diagnostics.h"#include "DumpAST.h"#include "FindSymbols.h"#include "Format.h"#include "HeaderSourceSwitch.h"#include "InlayHints.h"#include "ParsedAST.h"#include "Preamble.h"#include "Protocol.h"#include "SemanticHighlighting.h"#include "SemanticSelection.h"#include "SourceCode.h"#include "TUScheduler.h"#include "XRefs.h"#include "clang-include-cleaner/Record.h"#include "index/FileIndex.h"#include "index/Merge.h"#include "index/StdLib.h"#include "refactor/Rename.h"#include "refactor/Tweak.h"#include "support/Cancellation.h"#include "support/Context.h"#include "support/Logger.h"#include "support/MemoryTree.h"#include "support/ThreadsafeFS.h"#include "support/Trace.h"#include "clang/Basic/Stack.h"#include "clang/Format/Format.h"#include "clang/Lex/Preprocessor.h"#include "clang/Tooling/CompilationDatabase.h"#include "clang/Tooling/Core/Replacement.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/StringRef.h"#include "llvm/Support/Error.h"#include "llvm/Support/Path.h"#include "llvm/Support/raw_ostream.h"#include <algorithm>#include <chrono>#include <future>#include <memory>#include <mutex>#include <optional>#include <string>#include <type_traits>#include <utility>#include <vector>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. | |