Home
last modified time | relevance | path

Searched refs:T_PP_INCLUDE (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp323 TOKEN_DATA(T_PP_INCLUDE, "{POUNDDEF}{PPSPACE}{INCLUDEDEF}{PPSPACE}"),
662 case T_PP_INCLUDE: in get()
/third_party/boost/boost/wave/cpplexer/re2clex/
Dcpp_re2c_lexer.hpp201 case T_PP_INCLUDE: in get()
Dstrict_cpp.re305 { BOOST_WAVE_RET(T_PP_INCLUDE); }
Dcpp.re306 { BOOST_WAVE_RET(T_PP_INCLUDE); }
Dcpp_re.inc5276 { BOOST_WAVE_RET(T_PP_INCLUDE); }
Dstrict_cpp_re.inc5263 { BOOST_WAVE_RET(T_PP_INCLUDE); }
/third_party/boost/libs/wave/samples/waveidl/idllexer/
Didl.re107 { BOOST_WAVE_RET(T_PP_INCLUDE); }
Didl.inc2985 { BOOST_WAVE_RET(T_PP_INCLUDE); }
/third_party/boost/boost/wave/
Dtoken_ids.hpp258 T_PP_INCLUDE = TOKEN_FROM_ID(398, PPTokenType), enumerator
/third_party/boost/boost/wave/grammars/
Dcpp_grammar.hpp313 ch_p(T_PP_INCLUDE) in definition()
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp346 TOKEN_DATA(T_PP_INCLUDE, POUNDDEF PPSPACE \
/third_party/boost/libs/wave/samples/cpp_tokens/slex/
Dcpp_slex_lexer.hpp692 case T_PP_INCLUDE: in get()
/third_party/boost/boost/wave/util/
Dcpp_iterator.hpp1466 case T_PP_INCLUDE: // #include ... in dispatch_directive()