Searched refs:getFallbackCommand (Results 1 – 6 of 6) sorted by relevance
50 virtual tooling::CompileCommand getFallbackCommand(PathRef File) const;78 tooling::CompileCommand getFallbackCommand(PathRef File) const override;183 tooling::CompileCommand getFallbackCommand(PathRef File) const override;
54 GlobalCompilationDatabase::getFallbackCommand(PathRef File) const { in getFallbackCommand() function in clang::clangd::GlobalCompilationDatabase765 tooling::CompileCommand OverlayCDB::getFallbackCommand(PathRef File) const { in getFallbackCommand() function in clang::clangd::OverlayCDB766 auto Cmd = DelegatingCDB::getFallbackCommand(File); in getFallbackCommand()817 tooling::CompileCommand DelegatingCDB::getFallbackCommand(PathRef File) const { in getFallbackCommand() function in clang::clangd::DelegatingCDB819 return GlobalCompilationDatabase::getFallbackCommand(File); in getFallbackCommand()820 return Base->getFallbackCommand(File); in getFallbackCommand()
838 FileInputs.CompileCommand = CDB.getFallbackCommand(FileName); in ASTWorker()880 Inputs.CompileCommand = CDB.getFallbackCommand(FileName); in update()
44 auto Cmd = DB.getFallbackCommand(testPath("foo/bar.cc")); in TEST()50 Cmd = DB.getFallbackCommand(testPath("foo/bar.h")); in TEST()53 Cmd = DB.getFallbackCommand(testPath("foo/bar")); in TEST()74 getFallbackCommand(llvm::StringRef File) const override { in getFallbackCommand() function in clang::clangd::__anon5160bd650111::OverlayCDBTest::BaseCDB106 EXPECT_THAT(CDB.getFallbackCommand(testPath("bar.cc")).CommandLine, in TEST_F()118 EXPECT_THAT(CDB.getFallbackCommand(testPath("foo.cc")).CommandLine, in TEST_F()163 Cmd = CDB.getFallbackCommand("baz.cc"); in TEST_F()
1210 auto Basic = getFallbackCommand(File); in TEST_F()
118 Cmd = CDB->getFallbackCommand(File); in buildCommand()