Home | History | Annotate | Download | only in Frontend

Lines Matching defs:Output

58     std::string Output;
66 void setOutput(const Twine &Output) {
68 this->Output = Output.str();
75 llvm::errs() << Output << ':';