Lines Matching refs:OS
49 if (raw_ostream *OS = CI.createDefaultOutputFile(false, InFile))
50 return CreateASTPrinter(OS, CI.getFrontendOpts().ASTDumpFilter);
66 raw_ostream *OS;
68 OS = &llvm::outs();
70 OS = CI.createDefaultOutputFile(false, InFile);
71 if (!OS) return 0;
72 return CreateASTDumperXML(*OS);
89 raw_ostream *OS = 0;
90 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS))
95 return new PCHGenerator(CI.getPreprocessor(), OutputFile, 0, Sysroot, OS);
102 raw_ostream *&OS) {
112 OS = CI.createOutputFile(CI.getFrontendOpts().OutputFile, /*Binary=*/true,
115 if (!OS)
126 raw_ostream *OS = 0;
127 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS))
131 Sysroot, OS);
289 raw_ostream *&OS) {
303 OS = CI.createOutputFile(CI.getFrontendOpts().OutputFile, /*Binary=*/true,
307 if (!OS)
361 llvm::raw_fd_ostream *OS =
363 if (!OS) return;
365 CacheTokens(CI.getPreprocessor(), OS);
425 raw_ostream *OS = CI.createDefaultOutputFile(BinaryMode, getCurrentFile());
426 if (!OS) return;
428 DoPrintPreprocessedInput(CI.getPreprocessor(), OS,