Searched defs:inside_comment (Results 1 – 3 of 3) sorted by relevance
7 pub fn inside_comment(&mut self, t: Token) -> Option<Result> { in inside_comment() method
58 mod inside_comment; module
225 inside_comment: bool, field264 pub fn inside_comment(&mut self) { self.inside_comment = true; } in inside_comment() method