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

References

tools/clang/tools/extra/clangd/TUScheduler.cpp
  385     if (auto Cmd = CDB.getCompileCommand(FileName))
  389       Inputs.CompileCommand = CDB.getFallbackCommand(FileName);
  404     log("Updating file {0} with command {1}\n[{2}]\n{3}", FileName,
  415       elog("Could not build CompilerInvocation for file {0}", FileName);
  422       Callbacks.onFailedAST(FileName, std::move(CompilerInvocationDiags),
  433         FileName, *Invocation, OldPreamble, OldCommand, Inputs,
  437           Callbacks.onPreambleAST(FileName, Ctx, std::move(PP), CanonIncludes);
  465             FileName);
  489           buildAST(FileName, std::move(Invocation), CompilerInvocationDiags,
  511       Callbacks.onMainAST(FileName, **AST, RunPublish);
  518       Callbacks.onFailedAST(FileName, CompilerInvocationDiags, RunPublish);
  541               ? buildAST(FileName,
  634     trace::Span Tracer(Name + ":" + llvm::sys::path::filename(FileName));
  644          Context::current().derive(kFileBeingProcessed, FileName), UpdateType});
  657     Callbacks.onFileUpdated(FileName, Status);