Searched refs:T_PP_IF (Results 1 – 14 of 14) sorted by relevance
94 else if (T_PP_IF == id) in state_0()228 if (T_PP_IF == id || T_PP_IFDEF == id || T_PP_IFNDEF == id) in state_4()
69 case T_PP_IF: in found_directive()
109 Pound PPSpace "if" { BOOST_WAVE_RET(T_PP_IF); }
2951 { BOOST_WAVE_RET(T_PP_IF); }
204 { "#if", boost::wave::T_PP_IF },
424 ch_p(T_PP_IF) in definition()
222 T_PP_IF = TOKEN_FROM_ID(369, PPConditionalTokenType), enumerator
337 TOKEN_DATA(T_PP_IF, POUNDDEF PPSPACE "if"),
314 TOKEN_DATA(T_PP_IF, "{POUNDDEF}{PPSPACE}if"),
307 Pound PPSpace "if" { BOOST_WAVE_RET(T_PP_IF); }
308 Pound PPSpace "if" { BOOST_WAVE_RET(T_PP_IF); }
2259 { BOOST_WAVE_RET(T_PP_IF); }
2255 { BOOST_WAVE_RET(T_PP_IF); }
1135 case T_PP_IF: // #if in handle_pp_directive()1489 case T_PP_IF: // #if in dispatch_directive()