Searched refs:ccmds (Results 1 – 1 of 1) sorted by relevance
2663 def __init__(self, cmd, ccmds): argument2667 self.ccmds = ccmds2691 def __init__(self, ccmds): argument2692 self.ccmds = ccmds2695 conf.lib.clang_CompileCommands_dispose(self.ccmds)2698 return int(conf.lib.clang_CompileCommands_getSize(self.ccmds))2701 cc = conf.lib.clang_CompileCommands_getCommand(self.ccmds, i)