clang-tools 19.0.0git
Namespaces | Functions
Markup.cpp File Reference
#include "support/Markup.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/raw_ostream.h"
#include <cstddef>
#include <iterator>
#include <memory>
#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

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

Functions

llvm::StringRef clang::clangd::markup::chooseMarker (llvm::ArrayRef< llvm::StringRef > Options, llvm::StringRef Text)
 Choose a marker to delimit Text from a prioritized list of options.