Lines Matching refs:OutputFile
21 raw_ostream *OutputFile;
33 : SM(PP->getSourceManager()), OutputFile(OutputFile_),
40 delete OutputFile;
49 static void PrintHeaderInfo(raw_ostream *OutputFile, const char* Filename,
72 OutputFile->write(Msg.data(), Msg.size());
73 OutputFile->flush();
81 raw_ostream *OutputFile = MSStyle ? &llvm::outs() : &llvm::errs();
95 OutputFile = OS;
106 PrintHeaderInfo(OutputFile, Header.c_str(), ShowDepth, 2, MSStyle);
110 OutputFile,
151 PrintHeaderInfo(OutputFile, UserLoc.getFilename(),