Searched full:clangformat (Results 1 – 25 of 48) sorted by relevance
12
| /external/clang/tools/clang-format-vs/ |
| D | CMakeLists.txt | 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 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"
|
| D | README.txt | 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 with 16 CMake once, it can be built manually from the ClangFormat.sln solution in Visual
|
| D | ClangFormat.sln | 4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClangFormat", "ClangFormat\ClangFormat.csproj"…
|
| D | source.extension.vsixmanifest.in | 4 <Name>ClangFormat</Name> 9 <MoreInfoUrl>http://clang.llvm.org/docs/ClangFormat.html</MoreInfoUrl>
|
| /external/skia/gn/ |
| D | run_sksllex.py | 13 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/ |
| D | LibFormat.rst | 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>`
|
| /external/clang/tools/clang-format/ |
| D | git-clang-format | 3 #===- 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),
|
| D | CMakeLists.txt | 4 ClangFormat.cpp 9 clangFormat
|
| D | clang-format-diff.py | 3 #===- clang-format-diff.py - ClangFormat Diff Reformatter ----*- python -*--===# 13 ClangFormat Diff Reformatter
|
| /external/bcc/scripts/ |
| D | git-clang-format | 3 #===- 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/ |
| D | clang_format.yml | 1 name: Check ClangFormat 19 - name: Run ClangFormat
|
| /external/llvm/utils/release/ |
| D | build_llvm_package.bat | 70 copy ..\llvm\tools\clang\tools\clang-format-vs\ClangFormat\bin\Release\ClangFormat.vsix ClangFormat…
|
| /external/clang/tools/clang-format-vs/ClangFormat/Properties/ |
| D | AssemblyInfo.cs | 10 [assembly: AssemblyTitle("ClangFormat")] 14 [assembly: AssemblyProduct("ClangFormat")]
|
| /external/clang/tools/clang-format-vs/ClangFormat/ |
| D | Resources.Designer.cs | 11 namespace LLVM.ClangFormat { 42 …ourceManager temp = new global::System.Resources.ResourceManager("LLVM.ClangFormat.Resources", typ…
|
| D | ClangFormat.csproj | 12 <RootNamespace>LLVM.ClangFormat</RootNamespace> 13 <AssemblyName>ClangFormat</AssemblyName> 173 <VSCTCompile Include="ClangFormat.vsct">
|
| D | PkgCmdID.cs | 1 namespace LLVM.ClangFormat
|
| D | Guids.cs | 3 namespace LLVM.ClangFormat
|
| D | ClangFormatPackage.cs | 29 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/ |
| D | update_root_stores.py | 75 def ClangFormat(filename): function 102 return ClangFormat(_GetInputFile(ROOT_CERT_LIST_PATH))
|
| /external/clang/unittests/Format/ |
| D | CMakeLists.txt | 18 clangFormat
|
| /external/clang/lib/Format/ |
| D | CMakeLists.txt | 3 add_clang_library(clangFormat
|
| /external/clang/lib/Tooling/ |
| D | CMakeLists.txt | 21 clangFormat
|
| /external/clang/lib/Index/ |
| D | CMakeLists.txt | 24 clangFormat
|
| /external/clang/unittests/Tooling/ |
| D | CMakeLists.txt | 34 clangFormat
|
| /external/fmtlib/.github/workflows/ |
| D | lint.yml | 21 clangformat: 17.0.5
|
12