Home
last modified time | relevance | path

Searched defs:cpp_comment (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/spirit/test/lex/
Dlexertl5.cpp46 token_def cpp_comment ("{CPPCOMMENT}", CPPCOMMENT); in main() local
78 token_def cpp_comment ("{CPPCOMMENT}", CPPCOMMENT); in main() local
Dlexertl2.cpp31 token_def c_comment, cpp_comment; member
52 token_def c_comment, cpp_comment; member
Dlexertl3.cpp23 token_def cpp_comment ("\\/\\/[^\\n\\r]*(\\n|\\r|\\r\\n)", CPPCOMMENT); in main() local
Dlexertl1.cpp26 token_def cpp_comment ("\\/\\/[^\\n\\r]*(\\n|\\r|\\r\\n)", CPPCOMMENT); in main() local
Dlexertl4.cpp27 token_def cpp_comment ("\\/\\/[^\\n\\r]*(\\n|\\r|\\r\\n)", CPPCOMMENT); in main() local
/third_party/boost/libs/spirit/repository/test/qi/
Dconfix.cpp54 confix_spec_traits<std::string>::type const cpp_comment = confix_spec("//", "\n"); variable
/third_party/boost/libs/spirit/classic/example/fundamental/
Dcomments.cpp78 rule<> cpp_comment; in main() local