Searched defs:token_def (Results 1 – 6 of 6) sorted by relevance
49 struct token_def struct60 typedef lex::reference<token_def const, Idtype> reference_;61 typedef typename proto::terminal<reference_>::type terminal_type;62 typedef proto::extends<terminal_type, token_def> proto_base_type;64 static std::size_t const all_states_id = static_cast<std::size_t>(-2);69 struct attribute89 bool parse(Iterator& first, Iterator const& last in parse()117 info what(Context& /*context*/) const in what()129 void collect(LexerDef& lexdef, String const& state in collect()162 void add_actions(LexerDef&) const {} in add_actions()[all …]
18 typedef boost::spirit::lex::token_def<std::string> token_def; typedef39 token_def; typedef
18 typedef lex::token_def<std::string> token_def; in main() typedef
21 typedef lex::token_def<std::string> token_def; in main() typedef
19 typedef lex::token_def<std::string> token_def; in main() typedef