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

References

tools/clang/lib/Frontend/FrontendAction.cpp
  541   assert(!Input.isEmpty() && "Unexpected empty filename!");
  542   setCurrentInput(Input);
  546   bool ReplayASTFile = Input.getKind().getFormat() == InputKind::Precompiled &&
  563     StringRef InputFile = Input.getFile();
  607       Input = FrontendInputFile(ASTModule->PresumedModuleMapFile, Kind);
  612         Input = FrontendInputFile(File->getName(), Kind);
  614         Input = FrontendInputFile(OldSM.getBuffer(ID), Kind);
  616     setCurrentInput(Input, std::move(AST));
  621   if (Input.getKind().getFormat() == InputKind::Precompiled) {
  629     StringRef InputFile = Input.getFile();
  652     setCurrentInput(Input, std::move(AST));
  687   if (Input.getKind().getLanguage() == Language::LLVM_IR) {
  751   if (!CI.InitializeSourceManager(Input))
  756   if (Input.getKind().getFormat() == InputKind::ModuleMap) {
  761     if (loadModuleMapForModuleBuild(CI, Input.isSystem(),
  762                                     Input.isPreprocessed(),
  766     auto *CurrentModule = prepareToBuildModule(CI, Input.getFile());
  820     if (Input.isPreprocessed())