Home
last modified time | relevance | path

Searched defs:ParserConfig (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Pass/
H A DPassRegistry.h24 class ParserConfig; variable
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DAsmState.h296 ParserConfig(MLIRContext *context) : context(context) { in ParserConfig() function