clang-tools 20.0.0git
|
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/raw_ostream.h"
#include <cstdint>
Go to the source code of this file.
Classes | |
struct | clang::clangd::SymbolLocation |
struct | clang::clangd::SymbolLocation::Position |
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 | |
bool | clang::clangd::operator== (const SymbolLocation::Position &L, const SymbolLocation::Position &R) |
bool | clang::clangd::operator< (const SymbolLocation::Position &L, const SymbolLocation::Position &R) |
bool | clang::clangd::operator== (const SymbolLocation &L, const SymbolLocation &R) |
bool | clang::clangd::operator< (const SymbolLocation &L, const SymbolLocation &R) |
llvm::raw_ostream & | clang::clangd::operator<< (llvm::raw_ostream &OS, const SymbolLocation &L) |