Home
last modified time | relevance | path

Searched full:clangformat (Results 1 – 25 of 48) sorted by relevance

12

/external/clang/tools/clang-format-vs/
DCMakeLists.txt6 "${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 Release
23 …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"
DREADME.txt13 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 with
16 CMake once, it can be built manually from the ClangFormat.sln solution in Visual
DClangFormat.sln4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClangFormat", "ClangFormat\ClangFormat.csproj"…
Dsource.extension.vsixmanifest.in4 <Name>ClangFormat</Name>
9 <MoreInfoUrl>http://clang.llvm.org/docs/ClangFormat.html</MoreInfoUrl>
/external/skia/gn/
Drun_sksllex.py13 clangFormat = sys.argv[2] variable
24 if not os.path.isfile(clangFormat + exeSuffix):
27 subprocess.check_call(clangFormat + " -i \"" + src + "/sksl/SkSLLexer.h\"",
29 subprocess.check_call(clangFormat + " -i \"" + src +
/external/clang/docs/
DLibFormat.rst10 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>`
/external/clang/tools/clang-format/
Dgit-clang-format3 #===- git-clang-format - ClangFormat Git Integration ---------*- python -*--===#
46 clangFormat.binary
47 clangFormat.commit
48 clangFormat.extension
49 clangFormat.style
92 default=config.get('clangformat.binary', 'clang-format'),
95 default=config.get('clangformat.commit', 'HEAD'),
100 default=config.get('clangformat.extensions',
111 default=config.get('clangformat.style', None),
DCMakeLists.txt4 ClangFormat.cpp
9 clangFormat
Dclang-format-diff.py3 #===- clang-format-diff.py - ClangFormat Diff Reformatter ----*- python -*--===#
13 ClangFormat Diff Reformatter
/external/bcc/scripts/
Dgit-clang-format3 #===- git-clang-format - ClangFormat Git Integration ---------*- python -*--===#
46 clangFormat.binary
47 clangFormat.commit
48 clangFormat.extension
49 clangFormat.style
94 default=config.get('clangformat.binary', 'clang-format'),
97 default=config.get('clangformat.commit', 'HEAD'),
102 default=config.get('clangformat.extensions',
113 default=config.get('clangformat.style', None),
/external/rust/crates/grpcio-sys/grpc/third_party/upb/.github/workflows/
Dclang_format.yml1 name: Check ClangFormat
19 - name: Run ClangFormat
/external/llvm/utils/release/
Dbuild_llvm_package.bat70 copy ..\llvm\tools\clang\tools\clang-format-vs\ClangFormat\bin\Release\ClangFormat.vsix ClangFormat
/external/clang/tools/clang-format-vs/ClangFormat/Properties/
DAssemblyInfo.cs10 [assembly: AssemblyTitle("ClangFormat")]
14 [assembly: AssemblyProduct("ClangFormat")]
/external/clang/tools/clang-format-vs/ClangFormat/
DResources.Designer.cs11 namespace LLVM.ClangFormat {
42 …ourceManager temp = new global::System.Resources.ResourceManager("LLVM.ClangFormat.Resources", typ…
DClangFormat.csproj12 <RootNamespace>LLVM.ClangFormat</RootNamespace>
13 <AssemblyName>ClangFormat</AssemblyName>
173 <VSCTCompile Include="ClangFormat.vsct">
DPkgCmdID.cs1 namespace LLVM.ClangFormat
DGuids.cs3 namespace LLVM.ClangFormat
DClangFormatPackage.cs29 namespace LLVM.ClangFormat
160 "See also: http://clang.llvm.org/docs/ClangFormat.html.")]
172 [ProvideOptionPage(typeof(OptionPageGrid), "LLVM/Clang", "ClangFormat", 0, 0, true)]
/external/cronet/net/data/ssl/root_stores/
Dupdate_root_stores.py75 def ClangFormat(filename): function
102 return ClangFormat(_GetInputFile(ROOT_CERT_LIST_PATH))
/external/clang/unittests/Format/
DCMakeLists.txt18 clangFormat
/external/clang/lib/Format/
DCMakeLists.txt3 add_clang_library(clangFormat
/external/clang/lib/Tooling/
DCMakeLists.txt21 clangFormat
/external/clang/lib/Index/
DCMakeLists.txt24 clangFormat
/external/clang/unittests/Tooling/
DCMakeLists.txt34 clangFormat
/external/fmtlib/.github/workflows/
Dlint.yml21 clangformat: 17.0.5

12