Home | History | Annotate | Download | only in Frontend

Lines Matching refs:OutFile

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