Home
last modified time | relevance | path

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

/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h714 = ch_p(T_CLASS) >> !ch_p(T_IDENTIFIER) in definition()
720 >> ch_p(T_CLASS) >> !ch_p(T_IDENTIFIER) in definition()
1127 = ch_p(T_CLASS) in definition()
/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp120 { "class", boost::wave::T_CLASS },
/third_party/boost/boost/wave/
Dtoken_ids.hpp167 T_CLASS = TOKEN_FROM_ID(314, KeywordTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp261 TOKEN_DATA(T_CLASS, "class"),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp259 TOKEN_DATA(T_CLASS, "class"),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re58 "class" { BOOST_WAVE_RET(T_CLASS); }
Dcpp.re59 "class" { BOOST_WAVE_RET(T_CLASS); }
Dcpp_re.inc4054 { BOOST_WAVE_RET(T_CLASS); }
Dstrict_cpp_re.inc4044 { BOOST_WAVE_RET(T_CLASS); }