Lines Matching defs:Output
59 std::string Output;67 void setOutput(const Twine &Output) {69 this->Output = Output.str();76 llvm::errs() << Output << ':';