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