Searched refs:ccmds (Results 1 – 1 of 1) sorted by relevance
2694 def __init__(self, cmd, ccmds): argument2698 self.ccmds = ccmds2722 def __init__(self, ccmds): argument2723 self.ccmds = ccmds2726 conf.lib.clang_CompileCommands_dispose(self.ccmds)2729 return int(conf.lib.clang_CompileCommands_getSize(self.ccmds))2732 cc = conf.lib.clang_CompileCommands_getCommand(self.ccmds, i)