Searched refs:parseCompoundStmt (Results 1 – 1 of 1) sorted by relevance
332 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 Parser2427 FailureOr<ast::CompoundStmt *> rewriteBody = parseCompoundStmt(); in parseRewriteStmt()