Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:OutFile

75     raw_ostream* OutFile;
645 : Diags(D), LangOpts(LOpts), InFileName(inFile), OutFile(OS),
5876 *OutFile << std::string(RewriteBuf->begin(), RewriteBuf->end());
5887 *OutFile << ResultStr;
5893 *OutFile << ResultStr;
5895 OutFile->flush();