Home
last modified time | relevance | path

Searched defs:token_def (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/spirit/home/lex/lexer/
Dtoken_def.hpp49 struct token_def struct
60 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 attribute
89 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 …]
/third_party/boost/libs/spirit/test/lex/
Dlexertl2.cpp18 typedef boost::spirit::lex::token_def<std::string> token_def; typedef
39 token_def; typedef
Dlexertl3.cpp18 typedef lex::token_def<std::string> token_def; in main() typedef
Dlexertl1.cpp21 typedef lex::token_def<std::string> token_def; in main() typedef
Dlexertl4.cpp18 typedef lex::token_def<std::string> token_def; in main() typedef
Dlexertl5.cpp19 typedef lex::token_def<std::string> token_def; in main() typedef