Searched defs:Cmds (Results 1 – 4 of 4) sorted by relevance
70 clang_CompileCommands_dispose(CXCompileCommands Cmds) in clang_CompileCommands_dispose()76 clang_CompileCommands_getSize(CXCompileCommands Cmds) in clang_CompileCommands_getSize()88 clang_CompileCommands_getCommand(CXCompileCommands Cmds, unsigned I) in clang_CompileCommands_getCommand()
72 clang_CompileCommands_dispose(CXCompileCommands Cmds) in clang_CompileCommands_dispose()78 clang_CompileCommands_getSize(CXCompileCommands Cmds) in clang_CompileCommands_getSize()90 clang_CompileCommands_getCommand(CXCompileCommands Cmds, unsigned I) in clang_CompileCommands_getCommand()
36 Cmds []commandResult `json:"cmds"` member
116 std::vector<tooling::CompileCommand> Cmds; in TEST_F() local