Home
last modified time | relevance | path

Searched refs:toRemarkType (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp26 static remarks::Type toRemarkType(enum DiagnosticKind Kind) { in toRemarkType() function
63 R.RemarkType = toRemarkType(static_cast<DiagnosticKind>(Diag.getKind())); in toRemark()