Home
last modified time | relevance | path

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

/third_party/boost/boost/wave/util/
Dinsert_whitespace_detection.hpp284 case T_LEFTBRACKET_ALT: in must_insert()
/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp81 { "<:", boost::wave::T_LEFTBRACKET_ALT },
/third_party/boost/boost/wave/
Dtoken_ids.hpp120 T_LEFTBRACKET_ALT = TOKEN_FROM_ID(278, OperatorTokenType|AltTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp222 TOKEN_DATA(T_LEFTBRACKET_ALT, "<:"),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp218 TOKEN_DATA(T_LEFTBRACKET_ALT, "<:"),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re146 "<:" { BOOST_WAVE_RET(T_LEFTBRACKET_ALT); }
Dcpp.re147 "<:" { BOOST_WAVE_RET(T_LEFTBRACKET_ALT); }
Dcpp_re.inc1635 { BOOST_WAVE_RET(T_LEFTBRACKET_ALT); }
Dstrict_cpp_re.inc1621 { BOOST_WAVE_RET(T_LEFTBRACKET_ALT); }