reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clangd/TUScheduler.cpp
  386       Inputs.CompileCommand = *Cmd;
  389       Inputs.CompileCommand = CDB.getFallbackCommand(FileName);
  394         std::tie(Inputs.CompileCommand, Inputs.Contents);
  394         std::tie(Inputs.CompileCommand, Inputs.Contents);
  400       FileInputs = std::make_shared<ParseInputs>(Inputs);
  405         Inputs.CompileCommand.Heuristic,
  406         Inputs.CompileCommand.Directory,
  407         llvm::join(Inputs.CompileCommand.CommandLine, " "));
  411         buildCompilerInvocation(Inputs, CompilerInvocationDiagConsumer);
  433         FileName, *Invocation, OldPreamble, OldCommand, Inputs,
  490                    Inputs, NewPreamble);