Searched defs:parseElementFn (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/AsmParser/ | ||
H A D | Parser.h | 57 parseCommaSeparatedList(function_ref<ParseResult ()> parseElementFn) parseCommaSeparatedList() argument |
H A D | Parser.cpp | 84 parseCommaSeparatedList(Delimiter delimiter,function_ref<ParseResult ()> parseElementFn,StringRef contextMessage) parseCommaSeparatedList() argument |
/llvm-project/mlir/include/mlir/IR/ | ||
H A D | OpImplementation.h | 777 parseCommaSeparatedList(function_ref<ParseResult ()> parseElementFn) parseCommaSeparatedList() argument |