Searched refs:getDiagKind (Results 1 – 1 of 1) sorted by relevance
404 static llvm::SourceMgr::DiagKind getDiagKind(DiagnosticSeverity kind) { in getDiagKind() function445 return mgr.PrintMessage(os, llvm::SMLoc(), getDiagKind(kind), strOS.str()); in emitDiagnostic()453 return mgr.PrintMessage(os, smloc, getDiagKind(kind), message); in emitDiagnostic()463 llvm::SMDiagnostic diag(locOS.str(), getDiagKind(kind), message.str()); in emitDiagnostic()