Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DDiagnostics.h36 struct DiagnosticEngineImpl;
468 std::unique_ptr<detail::DiagnosticEngineImpl> impl;
/llvm-project-15.0.7/mlir/lib/IR/
H A DDiagnostics.cpp219 struct DiagnosticEngineImpl { struct
241 void DiagnosticEngineImpl::emit(Diagnostic &&diag) { in emit()
269 DiagnosticEngine::DiagnosticEngine() : impl(new DiagnosticEngineImpl()) {} in DiagnosticEngine()