Home
last modified time | relevance | path

Searched refs:FileInputs (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DTUScheduler.cpp724 ParseInputs FileInputs; /* GUARDED_BY(Mutex) */ member in clang::clangd::__anon589430d30611::ASTWorker
883 std::tie(FileInputs.CompileCommand, FileInputs.Contents) == in update()
894 FileInputs = Inputs; in update()
970 FileName, FileInputs.Version); in runWithAST()
990 FileInputs.Version); in runWithAST()
991 Action(InputsAndAST{FileInputs, **AST}); in runWithAST()
1024 auto &Command = FileInputs.CompileCommand; in crashDumpParseInputs()
1027 crashDumpFileContents(OS, FileInputs.Contents); in crashDumpParseInputs()
1162 std::tie(FileInputs.CompileCommand, FileInputs.Contents) == in generateDiagnostics()
1257 return FileInputs.CompileCommand; in getCurrentCompileCommand()
[all …]