Searched refs:Cmds (Results 1 – 1 of 1) sorted by relevance
72 clang_CompileCommands_dispose(CXCompileCommands Cmds) in clang_CompileCommands_dispose() argument74 delete static_cast<AllocatedCXCompileCommands *>(Cmds); in clang_CompileCommands_dispose()78 clang_CompileCommands_getSize(CXCompileCommands Cmds) in clang_CompileCommands_getSize() argument80 if (!Cmds) in clang_CompileCommands_getSize()84 static_cast<AllocatedCXCompileCommands *>(Cmds); in clang_CompileCommands_getSize()90 clang_CompileCommands_getCommand(CXCompileCommands Cmds, unsigned I) in clang_CompileCommands_getCommand() argument92 if (!Cmds) in clang_CompileCommands_getCommand()96 static_cast<AllocatedCXCompileCommands *>(Cmds); in clang_CompileCommands_getCommand()