Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DAttrOrTypeFormatGen.cpp899 FailureOr<FormatElement *> parseParamsDirective(SMLoc loc, Context ctx);
1032 return parseParamsDirective(loc, ctx); in parseDirectiveImpl()
1062 FailureOr<FormatElement *> DefFormatParser::parseParamsDirective(SMLoc loc, in parseParamsDirective() function in DefFormatParser