Searched refs:PreParserList (Results 1 – 1 of 1) sorted by relevance
406 friend class PreParserList; variable414 class PreParserList {417 PreParserList() : length_(0), variables_(nullptr) {} in PreParserList() function418 PreParserList* operator->() { return this; }421 static PreParserList Null() { return PreParserList(-1); } in Null()426 explicit PreParserList(int n) : length_(n), variables_(nullptr) {} in PreParserList() function435 inline void PreParserList<PreParserExpression>::Add( in Add()451 void PreParserList<T>::Add(const T& element, Zone* zone) { in Add()455 typedef PreParserList<PreParserExpression> PreParserExpressionList;458 typedef PreParserList<PreParserStatement> PreParserStatementList;