Home
last modified time | relevance | path

Searched refs:BarCommand (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DGlobalCompilationDatabaseTests.cpp153 tooling::CompileCommand BarCommand; in TEST_F() local
154 BarCommand.Filename = testPath("bar.cc"); in TEST_F()
155 BarCommand.CommandLine = {"clang++", "-DB=1", testPath("bar.cc")}; in TEST_F()
156 CDB.setCompileCommand(testPath("bar.cc"), BarCommand); in TEST_F()