Searched refs:SetWhitespace (Results 1 – 3 of 3) sorted by relevance
400 void SetWhitespace(PatternFunction whitespace) { in SetWhitespace() function432 void SetWhitespace(PatternFunction ws) { lexer_.SetWhitespace(ws); } in SetWhitespace() function
2319 TorqueGrammar() : Grammar(&file) { SetWhitespace(MatchWhitespace); } in TorqueGrammar()
152 JsonGrammar() : Grammar(&file) { SetWhitespace(MatchWhitespace); } in JsonGrammar()