Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp2248 FailureOr<FormatElement *> parseOIListDirective(SMLoc loc, Context context);
2797 return parseOIListDirective(loc, ctx); in parseDirectiveImpl()
2942 OpFormatParser::parseOIListDirective(SMLoc loc, Context context) { in parseOIListDirective() function in OpFormatParser