Searched refs:MsgStorage (Results 1 – 2 of 2) sorted by relevance
660 std::string MsgStorage; in DiagnosticHandler() local661 raw_string_ostream Stream(MsgStorage); in DiagnosticHandler()669 (*DiagHandler)(Severity, MsgStorage.c_str(), DiagContext); in DiagnosticHandler()
197 std::string MsgStorage; in LLVMGetDiagInfoDescription() local198 raw_string_ostream Stream(MsgStorage); in LLVMGetDiagInfoDescription()204 return LLVMCreateMessage(MsgStorage.c_str()); in LLVMGetDiagInfoDescription()