Home | History | Annotate | Download | only in Frontend

Lines Matching defs:OutFile

73     raw_ostream* OutFile;
583 : Diags(D), LangOpts(LOpts), InFileName(inFile), OutFile(OS),
5036 *OutFile << std::string(RewriteBuf->begin(), RewriteBuf->end());
5047 *OutFile << ResultStr;
5049 OutFile->flush();