Searched refs:setCompileCommand (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | BackgroundIndexTests.cpp | 108 CDB.setCompileCommand(testPath("root/A.cc"), Cmd); in TEST_F() 156 CDB.setCompileCommand(FullPath, std::move(Cmd)); in TEST_F() 201 CDB.setCompileCommand(testPath("root/A.cc"), Cmd); in TEST_F() 213 CDB.setCompileCommand(testPath("root/B.cc"), Cmd); in TEST_F() 256 CDB.setCompileCommand(testPath("root/A.cc"), Cmd); in TEST_F() 291 CDB.setCompileCommand(testPath("root/A.cc"), Cmd); in TEST_F() 301 CDB.setCompileCommand(testPath("root/A.cc"), Cmd); in TEST_F() 360 CDB.setCompileCommand(testPath("root/A.cc"), Cmd); in TEST_F() 410 CDB.setCompileCommand(testPath("root/A.cc"), Cmd); in TEST_F() 662 CDB.setCompileCommand(testPath("A.cc"), Cmd); in TEST_F() [all …]
|
| H A D | GlobalCompilationDatabaseTests.cpp | 95 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() 402 DB.setCompileCommand(Root.str(), tooling::CompileCommand()); in TEST() 422 DB.setCompileCommand(File, tooling::CompileCommand()); in TEST_F()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | GlobalCompilationDatabase.h | 187 setCompileCommand(PathRef File,
|
| H A D | GlobalCompilationDatabase.cpp | 775 void OverlayCDB::setCompileCommand( in setCompileCommand() function in clang::clangd::OverlayCDB
|
| H A D | ClangdLSPServer.cpp | 1346 CDB->setCompileCommand(File, std::move(New)); in applyConfiguration()
|