Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DAttrOrTypeFormatGen.cpp905 FailureOr<FormatElement *> parseRefDirective(SMLoc loc, Context ctx);
1036 return parseRefDirective(loc, ctx); in parseDirectiveImpl()
1125 FailureOr<FormatElement *> DefFormatParser::parseRefDirective(SMLoc loc, in parseRefDirective() function in DefFormatParser