Searched refs:compile_commands (Results 1 – 11 of 11) sorted by relevance
158 def _UpdateCompileCommandsIfNeeded(compile_commands, files_list): argument172 for entry in compile_commands:178 filtered_compile_commands = compile_commands364 compile_commands = compile_db.GenerateWithNinja(args.p)365 compile_commands = _UpdateCompileCommandsIfNeeded(366 compile_commands, source_filenames)368 f.write(json.dumps(compile_commands, indent=2))
18 /compile_commands.json
42 As a result, the new ``compile_commands.json`` file should appear in the48 $ ln -s $PWD/compile_commands.json path/to/llvm/source/184 As a result, the new ``compile_commands.json`` file should appear in the190 $ ln -s $PWD/compile_commands.json path/to/llvm/source/
169 This creates a file called ``compile_commands.json`` in the build directory.
4 compile_commands.json
40 /compile_commands.json
103 # Generate a CompilationDatabase (compile_commands.json file) for our build,
43 /compile_commands.json
190 # Generate a CompilationDatabase (compile_commands.json file) for our build,
2 # generate compile_commands.json