Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DDiagnostics.cpp198 struct DiagnosticEngineImpl { struct
220 void DiagnosticEngineImpl::emit(Diagnostic diag) { in emit()
248 DiagnosticEngine::DiagnosticEngine() : impl(new DiagnosticEngineImpl()) {} in DiagnosticEngine()
/external/llvm-project/mlir/include/mlir/IR/
DDiagnostics.h35 struct DiagnosticEngineImpl;
450 std::unique_ptr<detail::DiagnosticEngineImpl> impl;