Lines Matching refs:cdb
14 cdb = CompilationDatabase.fromDirectory(path)
22 cdb = CompilationDatabase.fromDirectory(kInputsDir)
26 cdb = CompilationDatabase.fromDirectory(kInputsDir)
27 assert cdb.getCompileCommands('file_do_not_exist.cpp') == None
31 cdb = CompilationDatabase.fromDirectory(kInputsDir)
32 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project.cpp')
37 cdb = CompilationDatabase.fromDirectory(kInputsDir)
38 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project.cpp')
48 cdb = CompilationDatabase.fromDirectory(kInputsDir)
49 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project2.cpp')
66 cdb = CompilationDatabase.fromDirectory(kInputsDir)
68 for cmd in cdb.getCompileCommands('/home/john.doe/MyProject/project2.cpp'):
74 cdb = CompilationDatabase.fromDirectory(kInputsDir)
75 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project.cpp')
76 del cdb
82 cdb = CompilationDatabase.fromDirectory(kInputsDir)
83 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project.cpp')
84 del cdb