Lines Matching defs:OutputFile
21 raw_ostream *OutputFile;
35 : SM(PP->getSourceManager()), OutputFile(OutputFile_), DepOpts(DepOpts),
42 delete OutputFile;
54 static void PrintHeaderInfo(raw_ostream *OutputFile, StringRef Filename,
77 *OutputFile << Msg;
78 OutputFile->flush();
85 raw_ostream *OutputFile = &llvm::errs();
94 OutputFile = &llvm::errs();
97 OutputFile = &llvm::outs();
114 OutputFile = OS;
125 PrintHeaderInfo(OutputFile, Header.first, ShowDepth, 2, MSStyle);
127 &PP, ShowAllHeaders, OutputFile, DepOpts, OwnsOutputFile, ShowDepth,
152 PrintHeaderInfo(OutputFile, DepOpts.ShowIncludesPretendHeader,
183 PrintHeaderInfo(OutputFile, UserLoc.getFilename(), ShowDepth, IncludeDepth,
197 PrintHeaderInfo(OutputFile, SkippedFile.getName(), ShowDepth,