Searched defs:Cmds (Results 1 – 3 of 3) 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()
501 auto Cmds = arg->getCompileCommands(Path); global() variable
117 std::vector<tooling::CompileCommand> Cmds; in TEST_F() local