clang-tools 20.0.0git
|
#include "../index/Serialization.h"
#include "../index/dex/Dex.h"
#include "benchmark/benchmark.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/Regex.h"
#include <string>
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. | |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
const char * | IndexFilename |
const char * | RequestsFilename |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 108 of file IndexBenchmark.cpp.
References IndexFilename, and RequestsFilename.
const char* IndexFilename |
Definition at line 18 of file IndexBenchmark.cpp.
Referenced by main().
const char* RequestsFilename |
Definition at line 19 of file IndexBenchmark.cpp.
Referenced by main().