Lines Matching refs:OutputFile
22 raw_ostream *OutputFile; member in __anona4f9c0b20111::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 = MSStyle ? &llvm::outs() : &llvm::errs(); in AttachHeaderIncludeGen() local
97 OutputFile = OS; in AttachHeaderIncludeGen()
108 PrintHeaderInfo(OutputFile, Header, ShowDepth, 2, MSStyle); in AttachHeaderIncludeGen()
110 &PP, ShowAllHeaders, OutputFile, DepOpts, OwnsOutputFile, ShowDepth, in AttachHeaderIncludeGen()
135 PrintHeaderInfo(OutputFile, DepOpts.ShowIncludesPretendHeader, in FileChanged()
163 PrintHeaderInfo(OutputFile, UserLoc.getFilename(), ShowDepth, IncludeDepth, in FileChanged()