Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DAttrOrTypeFormatGen.cpp203 void genCustomParser(CustomDirective *el, FmtContext &ctx, MethodBody &os);
332 return genCustomParser(custom, ctx, os); in genElementParser()
586 void DefFormat::genCustomParser(CustomDirective *el, FmtContext &ctx, in genCustomParser() function in DefFormat