Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/unittests/
DGlobalCompilationDatabaseTests.cpp95 CDB.setCompileCommand(testPath("foo.cc"), Override); in TEST_F()
99 CDB.setCompileCommand(testPath("missing.cc"), Override); in TEST_F()
114 CDB.setCompileCommand(testPath("bar.cc"), Override); in TEST_F()
131 Inner.setCompileCommand("A.cpp", tooling::CompileCommand()); in TEST_F()
132 Outer.setCompileCommand("B.cpp", tooling::CompileCommand()); in TEST_F()
133 Inner.setCompileCommand("A.cpp", llvm::None); in TEST_F()
134 Outer.setCompileCommand("C.cpp", llvm::None); in TEST_F()
156 CDB.setCompileCommand(testPath("bar.cc"), BarCommand); in TEST_F()
308 DB.setCompileCommand(Root.str(), tooling::CompileCommand()); in TEST()
328 DB.setCompileCommand(File, tooling::CompileCommand()); in TEST_F()
DBackgroundIndexTests.cpp107 CDB.setCompileCommand(testPath("root/A.cc"), Cmd); in TEST_F()
154 CDB.setCompileCommand(FullPath, std::move(Cmd)); in TEST_F()
200 CDB.setCompileCommand(testPath("root/A.cc"), Cmd); in TEST_F()
212 CDB.setCompileCommand(testPath("root/B.cc"), Cmd); in TEST_F()
257 CDB.setCompileCommand(testPath("root/A.cc"), Cmd); in TEST_F()
281 CDB.setCompileCommand(testPath("root/A.cc"), Cmd); in TEST_F()
318 CDB.setCompileCommand(testPath("root/A.cc"), Cmd); in TEST_F()
328 CDB.setCompileCommand(testPath("root/A.cc"), Cmd); in TEST_F()
387 CDB.setCompileCommand(testPath("root/A.cc"), Cmd); in TEST_F()
437 CDB.setCompileCommand(testPath("root/A.cc"), Cmd); in TEST_F()
[all …]
/external/llvm-project/clang-tools-extra/clangd/
DGlobalCompilationDatabase.h140 setCompileCommand(PathRef File,
DGlobalCompilationDatabase.cpp387 void OverlayCDB::setCompileCommand( in setCompileCommand() function in clang::clangd::OverlayCDB
DClangdLSPServer.cpp1260 CDB->setCompileCommand(File, std::move(New)); in applyConfiguration()