Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp332 FailureOr<ast::CompoundStmt *> parseCompoundStmt();
1170 FailureOr<ast::CompoundStmt *> bodyResult = parseCompoundStmt(); in parseUserPDLLConstraintDecl()
1239 FailureOr<ast::CompoundStmt *> bodyResult = parseCompoundStmt(); in parseUserPDLLRewriteDecl()
1464 FailureOr<ast::CompoundStmt *> bodyResult = parseCompoundStmt(); in parsePatternDecl()
2244 FailureOr<ast::CompoundStmt *> Parser::parseCompoundStmt() { in parseCompoundStmt() function in Parser
2427 FailureOr<ast::CompoundStmt *> rewriteBody = parseCompoundStmt(); in parseRewriteStmt()