Searched refs:yyla_ (Results 1 – 2 of 2) sorted by relevance
2830 const symbol_type& lookahead () const { return yyla_; } in lookahead()2831 symbol_kind_type token () const { return yyla_.kind (); } in token()2832 const location_type& location () const { return yyla_.location; } in location()2841 const symbol_type& yyla_; member in yy::parser::context
1963 , yyla_ (yyla) in context()1976 yyparser_.yy_lac_check_ (yyla_.kind ()); in expected_tokens()