Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DDiagnostics.cpp460 llvm::raw_string_ostream locOS(locStr); in emitDiagnostic() local
461 locOS << fileLoc->getFilename() << ":" << fileLoc->getLine() << ":" in emitDiagnostic()
463 llvm::SMDiagnostic diag(locOS.str(), getDiagKind(kind), message.str()); in emitDiagnostic()