clang-tools 19.0.0git
Namespaces
ReplayPeambleTests.cpp File Reference
#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/Module.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
 

Variable Documentation

◆ FileName

llvm::StringRef FileName

Definition at line 63 of file ReplayPeambleTests.cpp.

◆ FileNameOffset

size_t FileNameOffset

Definition at line 62 of file ReplayPeambleTests.cpp.

◆ HashOffset

size_t HashOffset

Definition at line 59 of file ReplayPeambleTests.cpp.

Referenced by clang::clangd::rangeTillEOL().

◆ IncDirective

llvm::StringRef IncDirective

Definition at line 61 of file ReplayPeambleTests.cpp.

◆ IncTok

syntax::Token IncTok

Definition at line 60 of file ReplayPeambleTests.cpp.

◆ IsAngled

bool IsAngled

Definition at line 64 of file ReplayPeambleTests.cpp.

◆ SM

const SourceManager& SM

Definition at line 69 of file ReplayPeambleTests.cpp.