Searched refs:BarCommand (Results 1 – 1 of 1) sorted by relevance
153 tooling::CompileCommand BarCommand; in TEST_F() local154 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()