Home
last modified time | relevance | path

Searched refs:ClangFormatFiles (Results 1 – 2 of 2) sorted by relevance

/external/vixl/tools/
Dclang_format.py130 def ClangFormatFiles(files, in_place = False, jobs = 1, progress_prefix = ''): function
203 rc = ClangFormatFiles(files, in_place = args.in_place, jobs = args.jobs)
Dtest.py346 return clang_format.ClangFormatFiles(clang_format.GetCppSourceFilesToFormat(),