Searched refs:T_MSEXT_DECLSPEC (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/libs/wave/test/testlexers/ |
D | cpp_tokens.hpp | 184 { "__declspec", boost::wave::T_MSEXT_DECLSPEC }, 185 { "_declspec", boost::wave::T_MSEXT_DECLSPEC },
|
/third_party/boost/boost/wave/ |
D | token_ids.hpp | 274 T_MSEXT_DECLSPEC = TOKEN_FROM_ID(409, KeywordTokenType), enumerator
|
/third_party/boost/libs/wave/samples/token_statistics/xlex/ |
D | xlex_lexer.hpp | 321 TOKEN_DATA(T_MSEXT_DECLSPEC, "_?" "_declspec"),
|
/third_party/boost/libs/wave/samples/list_includes/lexertl/ |
D | lexertl_lexer.hpp | 334 TOKEN_DATA(T_MSEXT_DECLSPEC, "_?" "_declspec"),
|
/third_party/boost/boost/wave/cpplexer/re2clex/ |
D | strict_cpp.re | 127 "_"? "_declspec" { BOOST_WAVE_RET(s->enable_ms_extensions ? T_MSEXT_DECLSPEC : T_IDENTIFIER); }
|
D | cpp.re | 128 "_"? "_declspec" { BOOST_WAVE_RET(s->enable_ms_extensions ? T_MSEXT_DECLSPEC : T_IDENTIFIER); }
|
D | cpp_re.inc | 5578 { BOOST_WAVE_RET(s->enable_ms_extensions ? T_MSEXT_DECLSPEC : T_IDENTIFIER); }
|
D | strict_cpp_re.inc | 5565 { BOOST_WAVE_RET(s->enable_ms_extensions ? T_MSEXT_DECLSPEC : T_IDENTIFIER); }
|
/third_party/boost/libs/wave/samples/hannibal/ |
D | translation_unit_parser.h | 1296 | ch_p(T_MSEXT_DECLSPEC) in definition()
|