Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp260 parseLambdaBody(function_ref<LogicalResult(ast::Stmt *&)> processStatementFn,
1038 function_ref<LogicalResult(ast::Stmt *&)> processStatementFn, in parseLambdaBody() argument
1047 failed(singleStatement) || failed(processStatementFn(*singleStatement)); in parseLambdaBody()