Searched defs:cpp_comment (Results 1 – 8 of 8) sorted by relevance
46 token_def cpp_comment ("{CPPCOMMENT}", CPPCOMMENT); in main() local78 token_def cpp_comment ("{CPPCOMMENT}", CPPCOMMENT); in main() local
31 token_def c_comment, cpp_comment; member52 token_def c_comment, cpp_comment; member
23 token_def cpp_comment ("\\/\\/[^\\n\\r]*(\\n|\\r|\\r\\n)", CPPCOMMENT); in main() local
26 token_def cpp_comment ("\\/\\/[^\\n\\r]*(\\n|\\r|\\r\\n)", CPPCOMMENT); in main() local
27 token_def cpp_comment ("\\/\\/[^\\n\\r]*(\\n|\\r|\\r\\n)", CPPCOMMENT); in main() local
54 confix_spec_traits<std::string>::type const cpp_comment = confix_spec("//", "\n"); variable
78 rule<> cpp_comment; in main() local
979 } cpp_comment; typedef