Searched refs:compile_commands (Results 1 – 3 of 3) sorted by relevance
10 def find_command(src, target, compile_commands): argument11 for command in compile_commands:47 compile_commands = json.load(f)53 command = find_command(src, target, compile_commands)
47 compile_commands = json.load(fd) variable51 for cmd in compile_commands:
780 'compile_commands.json', sparse.full_path(), '-Wbitwise',3844 # unique when it comes to lookup in compile_commands.json.
Completed in 18 milliseconds