Lines Matching defs:DiagnosticArgument
31 // DiagnosticArgument
35 DiagnosticArgument::DiagnosticArgument(Attribute attr)
40 DiagnosticArgument::DiagnosticArgument(Type val)
45 Attribute DiagnosticArgument::getAsAttribute() const {
52 Type DiagnosticArgument::getAsType() const {
58 void DiagnosticArgument::print(raw_ostream &os) const {
104 arguments.push_back(DiagnosticArgument(twineToStrRef(val, strings)));
108 arguments.push_back(DiagnosticArgument(twineToStrRef(val, strings)));
113 arguments.push_back(DiagnosticArgument(val));
121 arguments.push_back(DiagnosticArgument(val.getStringRef()));