clang-tools 20.0.0git
|
#include "../../clang-tidy/ClangTidyCheck.h"
#include "../../clang-tidy/ClangTidyModule.h"
#include "../../clang-tidy/ClangTidyModuleRegistry.h"
#include "AST.h"
#include "Config.h"
#include "Diagnostics.h"
#include "ParsedAST.h"
#include "SourceCode.h"
#include "TestTU.h"
#include "TidyProvider.h"
#include "support/Context.h"
#include "clang/AST/DeclTemplate.h"
#include "clang/Basic/FileEntry.h"
#include "clang/Basic/LLVM.h"
#include "clang/Basic/SourceLocation.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Basic/TokenKinds.h"
#include "clang/Lex/PPCallbacks.h"
#include "clang/Lex/Token.h"
#include "clang/Tooling/Syntax/Tokens.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Registry.h"
#include "llvm/Testing/Annotations/Annotations.h"
#include "gmock/gmock-matchers.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include <cstddef>
#include <memory>
#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. | |
llvm::StringRef FileName |
Definition at line 66 of file ReplayPeambleTests.cpp.
size_t FileNameOffset |
Definition at line 65 of file ReplayPeambleTests.cpp.
size_t HashOffset |
Definition at line 62 of file ReplayPeambleTests.cpp.
Referenced by clang::clangd::rangeTillEOL().
llvm::StringRef IncDirective |
Definition at line 64 of file ReplayPeambleTests.cpp.
syntax::Token IncTok |
Definition at line 63 of file ReplayPeambleTests.cpp.
bool IsAngled |
Definition at line 67 of file ReplayPeambleTests.cpp.
const SourceManager& SM |
Definition at line 72 of file ReplayPeambleTests.cpp.