Searched refs:parsePatternLambdaBody (Results 1 – 1 of 1) sorted by relevance
262 FailureOr<ast::CompoundStmt *> parsePatternLambdaBody();1423 FailureOr<ast::CompoundStmt *> Parser::parsePatternLambdaBody() { in parsePatternLambdaBody() function in Parser1457 FailureOr<ast::CompoundStmt *> bodyResult = parsePatternLambdaBody(); in parsePatternDecl()