Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h63 DK_Generic, enumerator
152 : DiagnosticInfo(DK_Generic, Severity), MsgStr(MsgStr) {} in DiagnosticInfo() argument
157 : DiagnosticInfo(DK_Generic, Severity), MsgStr(ErrMsg), Inst(I) {} in DiagnosticInfo() argument
166 return DI->getKind() == DK_Generic; in classof()