Searched refs:ccmds (Results 1 – 1 of 1) sorted by relevance
2595 def __init__(self, cmd, ccmds): argument2599 self.ccmds = ccmds2623 def __init__(self, ccmds): argument2624 self.ccmds = ccmds2627 conf.lib.clang_CompileCommands_dispose(self.ccmds)2630 return int(conf.lib.clang_CompileCommands_getSize(self.ccmds))2633 cc = conf.lib.clang_CompileCommands_getCommand(self.ccmds, i)