Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Input

338     // Unrecoverable failure: don't even try to process the input file.
577 bool CompilerInstance::InitializeSourceManager(const FrontendInputFile &Input){
578 return InitializeSourceManager(Input, getDiagnostics(),
583 bool CompilerInstance::InitializeSourceManager(const FrontendInputFile &Input,
589 Kind = Input.isSystem() ? SrcMgr::C_System : SrcMgr::C_User;
591 if (Input.isBuffer()) {
592 SourceMgr.createMainFileIDForMemBuffer(Input.getBuffer(), Kind);
598 StringRef InputFile = Input.getFile();
651 // taking it as an input instead of hard-coding llvm::errs.
719 /// \brief Determine the appropriate source input kind based on language