Lines Matching refs:OutputFile
22 raw_ostream *OutputFile; member in __anonb196b45f0111::HeaderIncludesCallback
36 : SM(PP->getSourceManager()), OutputFile(OutputFile_), DepOpts(DepOpts), in HeaderIncludesCallback()
43 delete OutputFile; in ~HeaderIncludesCallback()
52 static void PrintHeaderInfo(raw_ostream *OutputFile, StringRef Filename, in PrintHeaderInfo() argument
75 *OutputFile << Msg; in PrintHeaderInfo()
76 OutputFile->flush(); in PrintHeaderInfo()
83 raw_ostream *OutputFile = &llvm::errs(); in AttachHeaderIncludeGen() local
92 OutputFile = &llvm::errs(); in AttachHeaderIncludeGen()
95 OutputFile = &llvm::outs(); in AttachHeaderIncludeGen()
111 OutputFile = OS; in AttachHeaderIncludeGen()
122 PrintHeaderInfo(OutputFile, Header, ShowDepth, 2, MSStyle); in AttachHeaderIncludeGen()
124 &PP, ShowAllHeaders, OutputFile, DepOpts, OwnsOutputFile, ShowDepth, in AttachHeaderIncludeGen()
149 PrintHeaderInfo(OutputFile, DepOpts.ShowIncludesPretendHeader, in FileChanged()
177 PrintHeaderInfo(OutputFile, UserLoc.getFilename(), ShowDepth, IncludeDepth, in FileChanged()