clang-tools 19.0.0git
Classes | Namespaces | Functions
ConfigTesting.h File Reference
#include "Protocol.h"
#include "llvm/Support/ScopedPrinter.h"
#include "llvm/Support/SourceMgr.h"
#include "gmock/gmock.h"
#include <functional>
#include <optional>

Go to the source code of this file.

Classes

struct  clang::clangd::config::CapturedDiags
 
struct  clang::clangd::config::CapturedDiags::Diag
 

Namespaces

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

Functions

 clang::clangd::config::MATCHER_P (diagMessage, M, "")
 
 clang::clangd::config::MATCHER_P (diagKind, K, "")
 
 clang::clangd::config::MATCHER_P (diagPos, P, "")
 
 clang::clangd::config::MATCHER_P (diagRange, R, "")
 
Position clang::clangd::config::toPosition (llvm::SMLoc L, const llvm::SourceMgr &SM)
 
Range clang::clangd::config::toRange (llvm::SMRange R, const llvm::SourceMgr &SM)