clang-tools 19.0.0git
Namespaces | Functions
InlayHintTests.cpp File Reference
#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 "gmock/gmock.h"
#include "gtest/gtest.h"
#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
 
namespace  clang::clangd
 

Functions

llvm::raw_ostream & clang::clangd::operator<< (llvm::raw_ostream &Stream, const InlayHint &Hint)
 

Variable Documentation

◆ Label

std::string Label

Definition at line 48 of file InlayHintTests.cpp.

Referenced by CollectEntitiesVisitor::VisitNamespaceDecl().

◆ RangeName

std::string RangeName

Definition at line 49 of file InlayHintTests.cpp.

◆ Side

HintSide Side = Left

Definition at line 50 of file InlayHintTests.cpp.