Searched refs:_scanComments (Results 1 – 4 of 4) sorted by relevance
97 bool scanComments() const { return _scanComments; } in scanComments()98 void setScanComments(bool scanComments) { _scanComments = scanComments; } in setScanComments()126 unsigned _scanComments: 1; variable
46 _scanComments(false) in Lexer()226 if (_scanComments) in yylex_helper()236 if (_scanComments) in yylex_helper()244 if (_scanComments) { in yylex_helper()
85 _scanComments(true) in Scanner()95 return _scanComments; in scanComments()100 _scanComments = scanComments; in setScanComments()271 if (_scanComments && start != -1) in operator ()()311 if (_scanComments) in operator ()()332 if (_scanComments) in operator ()()
135 bool _scanComments: 1; variable