Searched refs:comment_type (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/host/fidl/lib/
H A Dlexer.cpp157 auto comment_type = Token::Kind::kComment; local
159 comment_type = Token::Kind::kDocComment;
164 comment_type = Token::Kind::kComment;
174 return Finish(comment_type);

Completed in 24 milliseconds