Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DTUScheduler.cpp478 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()
[all …]