Home
last modified time | relevance | path

Searched defs:clang_format (Results 1 – 3 of 3) sorted by relevance

/third_party/vixl/tools/
Dclang_format.py73 def ClangFormatIsAvailable(clang_format): argument
152 def ClangFormatFiles(files, clang_format, in_place = False, jobs = 1, argument
Dgenerate_tests.py709 def GenerateTest(generator, clang_format, skip_traces): argument
/third_party/cef/tools/
Dclang_util.py22 def clang_format(file_name, file_contents): function