clang-tools 20.0.0git
|
#include "Annotations.h"
#include "Protocol.h"
#include "SourceCode.h"
#include "TestTU.h"
#include "support/Context.h"
#include "clang/Basic/LangOptions.h"
#include "clang/Basic/SourceLocation.h"
#include "clang/Basic/TokenKinds.h"
#include "clang/Format/Format.h"
#include "llvm/Support/Error.h"
#include "llvm/Testing/Annotations/Annotations.h"
#include "llvm/Testing/Support/Error.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include <optional>
#include <tuple>
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 Contents |
Definition at line 756 of file SourceCodeTests.cpp.
unsigned Length |
Definition at line 97 of file SourceCodeTests.cpp.
Referenced by clang::tidy::bugprone::StringLiteralWithEmbeddedNulCheck::check(), llvm::yaml::MappingTraits< tooling::Range >::NormalizedRange::denormalize(), clang::tidy::bugprone::getGivenLength(), clang::tidy::bugprone::getLength(), Modularize::getMacroUnexpandedString(), Modularize::getSourceLine(), Modularize::getSourceString(), and clang::tidy::modernize::literalTokenSize().
unsigned Number |
Definition at line 95 of file SourceCodeTests.cpp.
Referenced by clang::tidy::ClangTidyCheck::OptionsView::get().
unsigned Offset |
Definition at line 96 of file SourceCodeTests.cpp.
llvm::StringRef Src |
Definition at line 755 of file SourceCodeTests.cpp.
Referenced by clang::tidy::google::readability::AvoidCStyleCastsCheck::check(), clang::tidy::mergeCommaSeparatedLists(), clang::tidy::mergeVectors(), and clang::tidy::overrideValue().