Searched refs:ClangFormat (Results 1 – 19 of 19) sorted by relevance
6 "${CMAKE_CURRENT_SOURCE_DIR}/ClangFormat/clang-format.exe"12 "${CMAKE_CURRENT_SOURCE_DIR}/ClangFormat/license.txt")19 "${CMAKE_CURRENT_SOURCE_DIR}/ClangFormat/source.extension.vsixmanifest")22 devenv "${CMAKE_CURRENT_SOURCE_DIR}/ClangFormat.sln" /Build Release23 …DEPENDS clang_format_exe_for_vsix "${CMAKE_CURRENT_SOURCE_DIR}/ClangFormat/source.extension.vsixma…25 "${CMAKE_CURRENT_SOURCE_DIR}/ClangFormat/bin/Release/ClangFormat.vsix"26 "${LLVM_TOOLS_BINARY_DIR}/ClangFormat.vsix"
4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClangFormat", "ClangFormat\ClangFormat.csproj"…
13 The CMake build will copy clang-format.exe and LICENSE.TXT into the ClangFormat/15 ClangFormat/source.extension.vsixmanifest. Once the plug-in has been built with16 CMake once, it can be built manually from the ClangFormat.sln solution in Visual
10 checkout :doc:`ClangFormat`.40 order to make `ClangFormat` comply with different style guides. Currently,53 These options are also exposed in the :doc:`standalone tools <ClangFormat>`
68 ClangFormat
2 ClangFormat title5 `ClangFormat` describes a set of tools that are built on top of
88 <ClangFormat>` with the goal of automatically reformatting C++ sources files
6 supported by :doc:`LibFormat` and :doc:`ClangFormat`.
70 copy ..\llvm\tools\clang\tools\clang-format-vs\ClangFormat\bin\Release\ClangFormat.vsix ClangFormat…
1 namespace LLVM.ClangFormat
3 namespace LLVM.ClangFormat
11 namespace LLVM.ClangFormat {
29 namespace LLVM.ClangFormat
73 def ClangFormat(filename, in_place = False, progress_prefix = ''): function124 return ClangFormat(*args)
4 ClangFormat.cpp
6 srcs: ["ClangFormat.cpp"],
19 We follow the [Clang Format](http://clang.llvm.org/docs/ClangFormat.html).
150 See also: http://clang.llvm.org/docs/ClangFormat.html
585 .. _Clang Format: http://clang.llvm.org/docs/ClangFormat.html