Home
last modified time | relevance | path

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

/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp184 { "__declspec", boost::wave::T_MSEXT_DECLSPEC },
185 { "_declspec", boost::wave::T_MSEXT_DECLSPEC },
/third_party/boost/boost/wave/
Dtoken_ids.hpp274 T_MSEXT_DECLSPEC = TOKEN_FROM_ID(409, KeywordTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp321 TOKEN_DATA(T_MSEXT_DECLSPEC, "_?" "_declspec"),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp334 TOKEN_DATA(T_MSEXT_DECLSPEC, "_?" "_declspec"),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re127 "_"? "_declspec" { BOOST_WAVE_RET(s->enable_ms_extensions ? T_MSEXT_DECLSPEC : T_IDENTIFIER); }
Dcpp.re128 "_"? "_declspec" { BOOST_WAVE_RET(s->enable_ms_extensions ? T_MSEXT_DECLSPEC : T_IDENTIFIER); }
Dcpp_re.inc5578 { BOOST_WAVE_RET(s->enable_ms_extensions ? T_MSEXT_DECLSPEC : T_IDENTIFIER); }
Dstrict_cpp_re.inc5565 { BOOST_WAVE_RET(s->enable_ms_extensions ? T_MSEXT_DECLSPEC : T_IDENTIFIER); }
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h1296 | ch_p(T_MSEXT_DECLSPEC) in definition()