Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:OutFile

74     raw_ostream* OutFile;
581 : Diags(D), LangOpts(LOpts), InFileName(inFile), OutFile(OS),
4926 *OutFile << std::string(RewriteBuf->begin(), RewriteBuf->end());
4937 *OutFile << ResultStr;
4939 OutFile->flush();