clang-tools 20.0.0git
|
#include "Iterator.h"
#include "llvm/ADT/STLExtras.h"
#include <algorithm>
#include <cassert>
#include <numeric>
Go to the source code of this file.
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::clangd |
FIXME: Skip testing on windows temporarily due to the different escaping code mode. | |
namespace | clang::clangd::dex |
Functions | |
std::vector< std::pair< DocID, float > > | clang::clangd::dex::consume (Iterator &It) |
Advances the iterator until it is exhausted. | |