Searched refs:strOS (Results 1 – 1 of 1) sorted by relevance
441 llvm::raw_string_ostream strOS(str); in emitDiagnostic() local443 strOS << loc << ": "; in emitDiagnostic()444 strOS << message; in emitDiagnostic()445 return mgr.PrintMessage(os, llvm::SMLoc(), getDiagKind(kind), strOS.str()); in emitDiagnostic()