Searched refs:getFallbackCommand (Results 1 – 5 of 5) sorted by relevance
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::__anon47e7adac0111::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()
51 virtual tooling::CompileCommand getFallbackCommand(PathRef File) const;133 tooling::CompileCommand getFallbackCommand(PathRef File) const override;
47 GlobalCompilationDatabase::getFallbackCommand(PathRef File) const { in getFallbackCommand() function in clang::clangd::GlobalCompilationDatabase376 tooling::CompileCommand OverlayCDB::getFallbackCommand(PathRef File) const { in getFallbackCommand() function in clang::clangd::OverlayCDB377 auto Cmd = Base ? Base->getFallbackCommand(File) in getFallbackCommand()378 : GlobalCompilationDatabase::getFallbackCommand(File); in getFallbackCommand()
587 FileInputs.CompileCommand = CDB.getFallbackCommand(FileName); in ASTWorker()613 Inputs.CompileCommand = CDB.getFallbackCommand(FileName); in update()
111 Cmd = CDB->getFallbackCommand(File); in buildCommand()