Home | History | Annotate | Download | only in Frontend

Lines Matching refs:OutputFile

22   raw_ostream *OutputFile;
36 : SM(PP->getSourceManager()), OutputFile(OutputFile_), DepOpts(DepOpts),
43 delete OutputFile;
52 static void PrintHeaderInfo(raw_ostream *OutputFile, StringRef Filename,
75 *OutputFile << Msg;
76 OutputFile->flush();
83 raw_ostream *OutputFile = MSStyle ? &llvm::outs() : &llvm::errs();
97 OutputFile = OS;
108 PrintHeaderInfo(OutputFile, Header, ShowDepth, 2, MSStyle);
110 &PP, ShowAllHeaders, OutputFile, DepOpts, OwnsOutputFile, ShowDepth,
135 PrintHeaderInfo(OutputFile, DepOpts.ShowIncludesPretendHeader,
163 PrintHeaderInfo(OutputFile, UserLoc.getFilename(), ShowDepth, IncludeDepth,