Lines Matching refs:FileInputs
478 ParseInputs FileInputs; /* GUARDED_BY(Mutex) */ member in clang::clangd::__anon5c4233ba0311::ASTWorker
587 FileInputs.CompileCommand = CDB.getFallbackCommand(FileName); in ASTWorker()
616 std::tie(FileInputs.CompileCommand, FileInputs.Contents) == in update()
627 FileInputs = Inputs; in update()
700 buildCompilerInvocation(FileInputs, CompilerInvocationDiagConsumer); in runWithAST()
703 FileName, FileInputs.Version); in runWithAST()
709 NewAST = ParsedAST::build(FileName, FileInputs, std::move(Invocation), in runWithAST()
723 FileInputs.Version); in runWithAST()
724 Action(InputsAndAST{FileInputs, **AST}); in runWithAST()
834 std::tie(FileInputs.CompileCommand, FileInputs.Contents) == in generateDiagnostics()
926 return FileInputs.CompileCommand; in getCurrentCompileCommand()