clang-tools 22.0.0git
InlayHints.h File Reference
#include "Protocol.h"
#include <vector>

Go to the source code of this file.

Classes

struct  clang::clangd::InlayHintOptions

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

std::vector< InlayHintclang::clangd::inlayHints (ParsedAST &AST, std::optional< Range > RestrictRange, InlayHintOptions HintOptions={})
 Compute and return inlay hints for a file.