Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:OutFile

71     raw_ostream* OutFile;
577 : Diags(D), LangOpts(LOpts), InFileName(inFile), OutFile(OS),
5039 *OutFile << std::string(RewriteBuf->begin(), RewriteBuf->end());
5050 *OutFile << ResultStr;
5052 OutFile->flush();