|
clang-tools 22.0.0git
|
#include "AST.h"#include "Selection.h"#include "refactor/Tweak.h"#include "clang/AST/Decl.h"#include "clang/AST/Stmt.h"#include "clang/AST/Type.h"#include "clang/Basic/SourceLocation.h"#include "clang/Basic/SourceManager.h"#include "clang/Tooling/Core/Replacement.h"#include "llvm/ADT/MapVector.h"#include "llvm/ADT/STLExtras.h"#include <cassert>#include <string>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. | |