Home
last modified time | relevance | path

Searched defs:diagEngine (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/lib/Tools/PDLL/Parser/
H A DLexer.cpp74 Lexer::Lexer(llvm::SourceMgr &mgr, ast::DiagnosticEngine &diagEngine, in Lexer()
H A DLexer.h216 ast::DiagnosticEngine &diagEngine; variable
/llvm-project/mlir/include/mlir/IR/
H A DDiagnostics.h529 auto &diagEngine = ctx->getDiagEngine(); setHandler() local
/llvm-project/mlir/lib/IR/
H A DDiagnostics.cpp308 auto &diagEngine = ctx->getDiagEngine(); in emitDiag() local
H A DMLIRContext.cpp137 DiagnosticEngine diagEngine; member in mlir::MLIRContextImpl