Searched refs:getCompileCommand (Results 1 – 13 of 13) sorted by relevance
67 getCompileCommand(llvm::StringRef File) const override { in getCompileCommand() function in clang::clangd::__anon5160bd650111::OverlayCDBTest::BaseCDB148 auto Cmd = *CDB.getCompileCommand(testPath("foo.cc")); in TEST_F()157 Cmd = *CDB.getCompileCommand(testPath("bar.cc")); in TEST_F()217 DB.getCompileCommand(testPath("build/../a.cc")); in TEST()223 DB.getCompileCommand(testPath("build/gen.cc")); in TEST()262 DB.getCompileCommand(testPath("b.cc")); in TEST()268 DB.getCompileCommand(testPath("build/gen.cc")); in TEST()284 DB.getCompileCommand(testPath("a.cc")); in TEST()291 DB.getCompileCommand(testPath("build/gen.cc")); in TEST()302 .getCompileCommand(testPath(Relative)) in TEST()[all …]
64 getCompileCommand(PathRef File) const override;
50 auto Cmd = CDB.getCompileCommand(MainFile); in setupClang()108 CDB.getCompileCommand(MainFile)->Directory,127 CDB.getCompileCommand(MainFile)->Directory, in insert()
61 MockCompilationDatabase::getCompileCommand(PathRef File) const { in getCompileCommand() function in clang::clangd::MockCompilationDatabase
93 Inputs.CompileCommand = *CDB.getCompileCommand(File); in getInputs()1207 getCompileCommand(PathRef File) const override { in TEST_F() function
1115 getCompileCommand(PathRef File) const override { in TEST() function in clang::clangd::__anonadba4dc90111::TEST::DelayedCompilationDatabase
40 getCompileCommand(PathRef File) const = 0;74 getCompileCommand(PathRef File) const override;118 getCompileCommand(PathRef File) const override;182 getCompileCommand(PathRef File) const override;
358 DirectoryBasedGlobalCompilationDatabase::getCompileCommand(PathRef File) const { in getCompileCommand() function in clang::clangd::DirectoryBasedGlobalCompilationDatabase748 OverlayCDB::getCompileCommand(PathRef File) const { in getCompileCommand() function in clang::clangd::OverlayCDB757 Cmd = DelegatingCDB::getCompileCommand(File); in getCompileCommand()805 DelegatingCDB::getCompileCommand(PathRef File) const { in getCompileCommand() function in clang::clangd::DelegatingCDB808 return Base->getCompileCommand(File); in getCompileCommand()
327 getCompileCommand(PathRef File) const override { in getCompileCommand() function in clang::clangd::__anona4e500c20111::QueryDriverDatabase328 auto Cmd = DelegatingCDB::getCompileCommand(File); in getCompileCommand()
861 auto Cmd = CDB.getCompileCommand(FileName); in update()867 auto ProxyCmd = CDB.getCompileCommand(ProxyFile); in update()
1340 auto Old = CDB->getCompileCommand(File); in applyConfiguration()
112 if (auto TrueCmd = CDB->getCompileCommand(File)) { in buildCommand()
162 auto Cmd = CDB.getCompileCommand(Path); in indexFileTask()