Lines Matching defs:FileInputs
728 /// Whether the 'onMainAST' callback ran for the current FileInputs.
735 ParseInputs FileInputs; /* GUARDED_BY(Mutex) */
849 FileInputs.CompileCommand = CDB.getFallbackCommand(FileName);
894 std::tie(FileInputs.CompileCommand, FileInputs.Contents) ==
905 FileInputs = Inputs;
989 buildCompilerInvocation(FileInputs, CompilerInvocationDiagConsumer);
992 FileName, FileInputs.Version);
998 NewAST = ParsedAST::build(FileName, FileInputs, std::move(Invocation),
1012 FileInputs.Version);
1013 Action(InputsAndAST{FileInputs, **AST});
1045 const ParseInputs &FileInputs) {
1046 auto &Command = FileInputs.CompileCommand;
1048 OS << " Version: " << FileInputs.Version << "\n";
1049 crashDumpFileContents(OS, FileInputs.Contents);
1148 generateDiagnostics(std::move(CI), FileInputs, std::move(CIDiags));
1191 std::tie(FileInputs.CompileCommand, FileInputs.Contents) ==
1286 return FileInputs.CompileCommand;
1324 crashDumpParseInputs(llvm::errs(), FileInputs);