Home
last modified time | relevance | path

Searched refs:SetWhitespace (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/torque/
Dearley-parser.h324 void SetWhitespace(PatternFunction whitespace) { in SetWhitespace() function
356 void SetWhitespace(PatternFunction ws) { lexer_.SetWhitespace(ws); } in SetWhitespace() function
Dtorque-parser.cc897 TorqueGrammar() : Grammar(&file) { SetWhitespace(MatchWhitespace); } in TorqueGrammar()