|
clang-tools 22.0.0git
|
#include "AST.h"#include "Annotations.h"#include "ParsedAST.h"#include "TestTU.h"#include "index/Symbol.h"#include "clang/AST/ASTTypeTraits.h"#include "clang/AST/Attr.h"#include "clang/AST/Decl.h"#include "clang/AST/DeclBase.h"#include "clang/Basic/AttrKinds.h"#include "clang/Basic/SourceManager.h"#include "llvm/ADT/StringRef.h"#include "llvm/Support/Casting.h"#include "gmock/gmock.h"#include "gtest/gtest.h"#include <cstddef>#include <string>#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. | |