Lines Matching refs:restorer
67 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseTopExpression() local
91 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseFunction() local
154 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseExpression() local
207 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseVarExpression() local
264 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseExpExpression() local
277 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseLogicalOrExpression() local
312 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseLogicalAndExpression() local
346 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseEqualityExpression() local
391 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseRelationalExpression() local
461 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseAddtiveExpression() local
505 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseMultiplicativeExpression() local
548 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseUnaryExpression() local
596 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParsePrimaryExpression() local
664 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParsePostExpression() local
858 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseIndexExpression() local
901 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseParenExpression() local
940 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseBlockExpression() local
984 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseIfExpression() local
1055 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseWhileExpression() local
1076 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseSubassignmentInForExpression() local
1094 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseForExpression() local
1163 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseForeachExpression() local
1212 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseDoExpression() local