Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DDiagnostics.cpp451 auto smloc = convertLocToSMLoc(*fileLoc); in emitDiagnostic() local
452 if (smloc.isValid()) in emitDiagnostic()
453 return mgr.PrintMessage(os, smloc, getDiagKind(kind), message); in emitDiagnostic()