Home
last modified time | relevance | path

Searched defs:Cmds (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/tools/libclang/
H A DCXCompilationDatabase.cpp70 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()
/llvm-project/clang-tools-extra/clangd/unittests/
H A DGlobalCompilationDatabaseTests.cpp501 auto Cmds = arg->getCompileCommands(Path); global() variable
H A DBackgroundIndexTests.cpp117 std::vector<tooling::CompileCommand> Cmds; in TEST_F() local