Home
last modified time | relevance | path

Searched refs:T_TEMPLATE (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h542 | ch_p(T_DOT) >> !ch_p(T_TEMPLATE) >> !ch_p(T_COLON_COLON) >> id_expression in definition()
543 | ch_p(T_ARROW) >> !ch_p(T_TEMPLATE) >> !ch_p(T_COLON_COLON) >> id_expression in definition()
696 = !ch_p(T_EXPORT) >> ch_p(T_TEMPLATE) in definition()
718 | ch_p(T_TEMPLATE) in definition()
747 = ch_p(T_TEMPLATE) >> ch_p(T_LESS) >> ch_p(T_GREATER) in definition()
919 = nested_name_specifier >> !ch_p(T_TEMPLATE) >> unqualified_id in definition()
1060 >> ch_p(T_TEMPLATE) >> template_id in definition()
1090 !ch_p(T_TEMPLATE) >> template_id in definition()
1100 !ch_p(T_TEMPLATE) >> template_id in definition()
1135 >> ch_p(T_TEMPLATE) >> nested_name_specifier in definition()
/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp162 { "template", boost::wave::T_TEMPLATE },
/third_party/boost/boost/wave/
Dtoken_ids.hpp206 T_TEMPLATE = TOKEN_FROM_ID(353, KeywordTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp300 TOKEN_DATA(T_TEMPLATE, "template"),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp298 TOKEN_DATA(T_TEMPLATE, "template"),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re104 "template" { BOOST_WAVE_RET(T_TEMPLATE); }
Dcpp.re105 "template" { BOOST_WAVE_RET(T_TEMPLATE); }
Dcpp_re.inc5468 { BOOST_WAVE_RET(T_TEMPLATE); }
Dstrict_cpp_re.inc5455 { BOOST_WAVE_RET(T_TEMPLATE); }