Home
last modified time | relevance | path

Searched refs:lexer_def (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/libs/spirit/test/lex/
Dlexertl2.cpp68 typedef lexertl_test<lexer_type> lexer_def; in main() typedef
71 lexer_def lex; in main()
72 BOOST_TEST(test (lex, "/* this is a comment */", lexer_def::CCOMMENT)); in main()
73 BOOST_TEST(test (lex, "// this is a comment as well\n", lexer_def::CPPCOMMENT)); in main()
81 typedef wlexertl_test<lexer_type> lexer_def; in main() typedef
84 lexer_def lex; in main()
85 BOOST_TEST(test (lex, L"/* this is a comment */", lexer_def::CCOMMENT)); in main()
86 BOOST_TEST(test (lex, L"// this is a comment as well\n", lexer_def::CPPCOMMENT)); in main()
Dlexertl1.cpp33 typedef lex::lexer<lexer_type> lexer_def; in main() typedef
37 lexer_def lex; in main()
48 lexer_def lex; in main()
58 lexer_def lex; in main()
Dlexertl3.cpp29 typedef lex::lexer<lexer_type> lexer_def; in main() typedef
35 lexer_def lex; in main()
52 lexer_def lex; in main()
Dlexertl4.cpp34 typedef lex::lexer<lexer_type> lexer_def; in main() typedef
40 lexer_def lex; in main()
62 lexer_def lex; in main()
Dlexertl5.cpp31 typedef lex::lexer<lexer_type> lexer_def; in main() typedef
37 lexer_def lex; in main()
69 lexer_def lex; in main()
/third_party/boost/boost/spirit/home/lex/lexer/
Dlexer.hpp375 typedef detail::lexer_def_<lexer> lexer_def; typedef in boost::spirit::lex::lexer
407 lexer_def self; // allow for easy token definition
/third_party/boost/libs/spirit/example/lex/
Dexample3.cpp115 typedef example3_grammar<iterator_type, example3_tokens::lexer_def> example3_grammar; in main()
Dexample4.cpp190 typedef example4_grammar<iterator_type, example4_tokens::lexer_def> example4_grammar; in main()
Dexample6.cpp211 typedef example6_grammar<iterator_type, example6_tokens::lexer_def> example6_grammar; in main()
Dexample5.cpp235 typedef example5_grammar<iterator_type, example5_tokens::lexer_def> example5_grammar; in main()
/third_party/boost/libs/spirit/doc/
Dwhat_s_new.qbk739 * The lex::lexer_def class has been renamed to lex::lexer, while the original