Searched refs:getCompileCommand (Results 1 – 13 of 13) sorted by relevance
67 getCompileCommand(llvm::StringRef File) const override { in getCompileCommand() function in clang::clangd::__anon47e7adac0111::OverlayCDBTest::BaseCDB90 EXPECT_THAT(CDB.getCompileCommand(testPath("foo.cc"))->CommandLine, in TEST_F()92 EXPECT_EQ(CDB.getCompileCommand(testPath("missing.cc")), llvm::None); in TEST_F()96 EXPECT_THAT(CDB.getCompileCommand(testPath("foo.cc"))->CommandLine, in TEST_F()98 EXPECT_EQ(CDB.getCompileCommand(testPath("missing.cc")), llvm::None); in TEST_F()100 EXPECT_THAT(CDB.getCompileCommand(testPath("missing.cc"))->CommandLine, in TEST_F()112 EXPECT_EQ(CDB.getCompileCommand(testPath("bar.cc")), None); in TEST_F()115 EXPECT_THAT(CDB.getCompileCommand(testPath("bar.cc"))->CommandLine, in TEST_F()148 auto Cmd = CDB.getCompileCommand(testPath("foo.cc")).getValue(); in TEST_F()157 Cmd = CDB.getCompileCommand(testPath("bar.cc")).getValue(); in TEST_F()[all …]
46 auto Cmd = CDB.getCompileCommand(MainFile); in setupClang()97 CDB.getCompileCommand(MainFile)->Directory,116 CDB.getCompileCommand(MainFile)->Directory, in insert()
66 getCompileCommand(PathRef File) const override;
49 MockCompilationDatabase::getCompileCommand(PathRef File) const { in getCompileCommand() function in clang::clangd::MockCompilationDatabase
1116 getCompileCommand(PathRef File) const override { in TEST() function in clang::clangd::__anonb2fa5d700111::TEST::DelayedCompilationDatabase
88 Inputs.CompileCommand = *CDB.getCompileCommand(File); in getInputs()
41 getCompileCommand(PathRef File) const = 0;77 getCompileCommand(PathRef File) const override;132 getCompileCommand(PathRef File) const override;
179 DirectoryBasedGlobalCompilationDatabase::getCompileCommand(PathRef File) const { in getCompileCommand() function in clang::clangd::DirectoryBasedGlobalCompilationDatabase359 OverlayCDB::getCompileCommand(PathRef File) const { in getCompileCommand() function in clang::clangd::OverlayCDB368 Cmd = Base->getCompileCommand(File); in getCompileCommand()
311 getCompileCommand(PathRef File) const override { in getCompileCommand() function in clang::clangd::__anon8bbefaa90111::QueryDriverDatabase312 auto Cmd = Base->getCompileCommand(File); in getCompileCommand()
609 if (auto Cmd = CDB.getCompileCommand(FileName)) in update()
1254 auto Old = CDB->getCompileCommand(File); in applyConfiguration()
107 if (auto TrueCmd = CDB->getCompileCommand(File)) { in buildCommand()
163 auto Cmd = CDB.getCompileCommand(Path); in indexFileTask()