Home
last modified time | relevance | path

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

/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp182 { "__based", boost::wave::T_MSEXT_BASED },
183 { "_based", boost::wave::T_MSEXT_BASED },
/third_party/boost/boost/wave/
Dtoken_ids.hpp273 T_MSEXT_BASED = TOKEN_FROM_ID(408, KeywordTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp320 TOKEN_DATA(T_MSEXT_BASED, "_?" "_based"),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp333 TOKEN_DATA(T_MSEXT_BASED, "_?" "_based"),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re126 "_"? "_based" { BOOST_WAVE_RET(s->enable_ms_extensions ? T_MSEXT_BASED : T_IDENTIFIER); }
Dcpp.re127 "_"? "_based" { BOOST_WAVE_RET(s->enable_ms_extensions ? T_MSEXT_BASED : T_IDENTIFIER); }
Dcpp_re.inc4525 { BOOST_WAVE_RET(s->enable_ms_extensions ? T_MSEXT_BASED : T_IDENTIFIER); }
Dstrict_cpp_re.inc4512 { BOOST_WAVE_RET(s->enable_ms_extensions ? T_MSEXT_BASED : T_IDENTIFIER); }
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h1297 | ch_p(T_MSEXT_BASED) in definition()