Searched refs:ccmds (Results 1 – 1 of 1) sorted by relevance
2748 def __init__(self, cmd, ccmds): argument2752 self.ccmds = ccmds2781 def __init__(self, ccmds): argument2782 self.ccmds = ccmds2785 conf.lib.clang_CompileCommands_dispose(self.ccmds)2788 return int(conf.lib.clang_CompileCommands_getSize(self.ccmds))2791 cc = conf.lib.clang_CompileCommands_getCommand(self.ccmds, i)