Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DDiagnostics.cpp63 unwrap(context)->getDiagEngine().registerHandler( in mlirContextAttachDiagnosticHandler()
74 unwrap(context)->getDiagEngine().eraseHandler( in mlirContextDetachDiagnosticHandler()
/llvm-project-15.0.7/mlir/tools/mlir-parser-fuzzer/
H A Dmlir-parser-fuzzer.cpp36 context.getDiagEngine().registerHandler( in LLVMFuzzerTestOneInput()
/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/
H A DContext.h42 DiagnosticEngine &getDiagEngine() { return diagEngine; } in getDiagEngine() function
/llvm-project-15.0.7/mlir/lib/IR/
H A DDiagnostics.cpp302 auto &diagEngine = ctx->getDiagEngine(); in emitDiag()
349 ctx->getDiagEngine().eraseHandler(handlerID); in ~ScopedDiagnosticHandler()
924 handlerID = ctx->getDiagEngine().registerHandler([this](Diagnostic &diag) { in ParallelDiagnosticHandlerImpl()
941 context->getDiagEngine().eraseHandler(handlerID); in ~ParallelDiagnosticHandlerImpl()
949 return context->getDiagEngine().emit(std::move(diag)); in ~ParallelDiagnosticHandlerImpl()
H A DMLIRContext.cpp351 DiagnosticEngine &MLIRContext::getDiagEngine() { return getImpl().diagEngine; } in getDiagEngine() function in MLIRContext
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DMLIRContext.h191 DiagnosticEngine &getDiagEngine();
H A DDiagnostics.h528 auto &diagEngine = ctx->getDiagEngine(); in setHandler()
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DLexer.h176 ast::DiagnosticEngine &getDiagEngine() { return diagEngine; } in getDiagEngine() function
H A DParser.cpp48 : ctx(ctx), lexer(sourceMgr, ctx.getDiagEngine(), codeCompleteContext), in Parser()
612 ast::InFlightDiagnostic diag = ctx.getDiagEngine().emitError( in convertExpressionTo()
2873 ctx.getDiagEngine().emitWarning( in checkOperationResultTypeInferrence()
2892 ast::InFlightDiagnostic diag = ctx.getDiagEngine().emitWarning( in checkOperationResultTypeInferrence()
/llvm-project-15.0.7/mlir/unittests/Pass/
H A DPassManagerTest.cpp121 context.getDiagEngine().registerHandler([&](Diagnostic &diag) { in TEST()
/llvm-project-15.0.7/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp41 context.getDiagEngine().registerHandler([&](Diagnostic &diag) { in DeserializationTest()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Transform/IR/
H A DTransformInterfaces.h76 diagnostic.getLocation().getContext()->getDiagEngine().emit( in checkAndReport()
/llvm-project-15.0.7/mlir/docs/
H A DDiagnostics.md29 DiagnosticEngine& engine = ctx->getDiagEngine();
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp438 astContext.getDiagEngine().setHandlerFn([&](const ast::Diagnostic &diag) { in PDLDocument()
/llvm-project-15.0.7/flang/lib/Lower/
H A DBridge.cpp3251 context.getDiagEngine().registerHandler([](mlir::Diagnostic &diag) { in __anon1d418ed24402()