clang-tools
20.0.0git
llvm-project
clang-tools-extra
clangd
tool
ClangdMain.h
Go to the documentation of this file.
1
//===--- ClangdMain.h - clangd main function ------------------------===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
9
#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANGD_TOOL_CLANGDMAIN_H
10
#define LLVM_CLANG_TOOLS_EXTRA_CLANGD_TOOL_CLANGDMAIN_H
11
12
namespace
clang
{
13
namespace
clangd {
14
// clangd main function (clangd server loop)
15
int
clangdMain
(
int
argc,
char
*argv[]);
16
}
// namespace clangd
17
}
// namespace clang
18
19
#endif
// LLVM_CLANG_TOOLS_EXTRA_CLANGD_TOOL_CLANGDMAIN_H
clang::clangd::clangdMain
int clangdMain(int argc, char *argv[])
Definition:
ClangdMain.cpp:721
clang
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
Definition:
ApplyReplacements.h:27
Generated on Sat Dec 7 2024 15:50:37 for clang-tools by
1.9.6