Searched refs:GenerateWithNinja (Results 1 – 4 of 4) sorted by relevance
43 compile_db.GenerateWithNinja(args.p, args.targets)))
78 f.write(compile_db.GenerateWithNinja('.'))
364 compile_commands = compile_db.GenerateWithNinja(args.p)
87 def GenerateWithNinja(path, targets=[]): function