Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/libclang/
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()
/external/clang/tools/libclang/
DCXCompilationDatabase.cpp72 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()
/external/toolchain-utils/compiler_wrapper/
Dgoldenutil_test.go36 Cmds []commandResult `json:"cmds"` member
/external/llvm-project/clang-tools-extra/clangd/unittests/
DBackgroundIndexTests.cpp116 std::vector<tooling::CompileCommand> Cmds; in TEST_F() local