Searched refs:PreParserList (Results 1 – 1 of 1) sorted by relevance
418 friend class PreParserList; variable426 class PreParserList {429 PreParserList() : length_(0), variables_(nullptr) {} in PreParserList() function430 PreParserList* operator->() { return this; }433 static PreParserList Null() { return PreParserList(-1); } in Null()438 explicit PreParserList(int n) : length_(n), variables_(nullptr) {} in PreParserList() function447 inline void PreParserList<PreParserExpression>::Add( in Add()463 void PreParserList<T>::Add(const T& element, Zone* zone) { in Add()467 typedef PreParserList<PreParserExpression> PreParserExpressionList;470 typedef PreParserList<PreParserStatement> PreParserStatementList;