Home | History | Annotate | Download | only in Frontend

Lines Matching defs:Output

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