Home | History | Annotate | Download | only in Frontend

Lines Matching defs:OutFile

74     raw_ostream* OutFile;
639 : Diags(D), LangOpts(LOpts), InFileName(inFile), OutFile(OS),
6079 *OutFile << std::string(RewriteBuf->begin(), RewriteBuf->end());
6090 *OutFile << ResultStr;
6096 *OutFile << ResultStr;
6098 OutFile->flush();