Home
last modified time | relevance | path

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

/third_party/rust/crates/proc-macro2/src/
Dparse.rs97 match block_comment(s) { in skip_whitespace()
125 fn block_comment(input: Cursor) -> PResult<&str> { in block_comment() function
967 let (input, s) = block_comment(input)?; in doc_comment_contents()
977 let (input, s) = block_comment(input)?; in doc_comment_contents()
/third_party/gn/src/gn/
Dcommand_format.cc914 } else if (const BlockCommentNode* block_comment = root->AsBlockComment()) { in Expr() local
915 Print(block_comment->comment().value()); in Expr()