clang-tools 20.0.0git
|
#include "Annotations.h"
#include "Config.h"
#include "InlayHints.h"
#include "Protocol.h"
#include "TestTU.h"
#include "TestWorkspace.h"
#include "XRefs.h"
#include "support/Context.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/ScopedPrinter.h"
#include "llvm/Support/raw_ostream.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include <optional>
#include <string>
#include <utility>
#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. | |
Functions | |
llvm::raw_ostream & | clang::clangd::operator<< (llvm::raw_ostream &Stream, const InlayHint &Hint) |
std::string Label |
Definition at line 51 of file InlayHintTests.cpp.
Referenced by CollectEntitiesVisitor::VisitNamespaceDecl().
std::string RangeName |
Definition at line 52 of file InlayHintTests.cpp.
HintSide Side = Left |
Definition at line 53 of file InlayHintTests.cpp.