Searched refs:block_comment (Results 1 – 2 of 2) sorted by relevance
97 match block_comment(s) { in skip_whitespace()125 fn block_comment(input: Cursor) -> PResult<&str> { in block_comment() function967 let (input, s) = block_comment(input)?; in doc_comment_contents()977 let (input, s) = block_comment(input)?; in doc_comment_contents()
914 } else if (const BlockCommentNode* block_comment = root->AsBlockComment()) { in Expr() local915 Print(block_comment->comment().value()); in Expr()