Lines Matching defs:OutFile
419 void CompilerInstance::addOutputFile(const OutputFile &OutFile) {
420 assert(OutFile.OS && "Attempt to add empty stream to output list!");
421 OutputFiles.push_back(OutFile);
506 std::string OutFile, TempFile;
508 OutFile = OutputPath;
510 OutFile = "-";
514 OutFile = Path.str();
516 OutFile = "-";
523 if (OutFile == "-")
544 TempPath = OutFile;
569 OSFile = OutFile;
582 *ResultPathName = OutFile;