Searched refs:SetWhitespace (Results 1 – 2 of 2) sorted by relevance
324 void SetWhitespace(PatternFunction whitespace) { in SetWhitespace() function356 void SetWhitespace(PatternFunction ws) { lexer_.SetWhitespace(ws); } in SetWhitespace() function
897 TorqueGrammar() : Grammar(&file) { SetWhitespace(MatchWhitespace); } in TorqueGrammar()