Home | History | Annotate | Download | only in Frontend

Lines Matching refs:OutFile

73     raw_ostream* OutFile;
660 : Diags(D), LangOpts(LOpts), InFileName(inFile), OutFile(OS),
6004 *OutFile << std::string(RewriteBuf->begin(), RewriteBuf->end());
6015 *OutFile << ResultStr;
6021 *OutFile << ResultStr;
6023 OutFile->flush();