Home
last modified time | relevance | path

Searched refs:T_RIGHTBRACKET (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/wave/util/
Dinsert_whitespace_detection.hpp237 case T_RIGHTBRACKET: in handle_parens()
298 case T_RIGHTBRACKET: in must_insert()
306 case T_RIGHTBRACKET: in must_insert()
324 case T_RIGHTBRACKET: in must_insert()
474 case T_RIGHTBRACKET: in must_insert()
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h493 = *( pp(T_LEFTBRACKET) >> expression >> pp(T_RIGHTBRACKET) ) in definition()
494 >> pp(T_LEFTBRACKET) >> constant_expression >> pp(T_RIGHTBRACKET) in definition()
506 >> pp(T_LEFTBRACKET) >> pp(T_RIGHTBRACKET) in definition()
540 = pp(T_LEFTBRACKET) >> expression >> pp(T_RIGHTBRACKET) in definition()
852 | pp(T_LEFTBRACKET) >> !constant_expression >> pp(T_RIGHTBRACKET) in definition()
880 | pp(T_LEFTBRACKET) >> !constant_expression >> pp(T_RIGHTBRACKET) in definition()
938 = ch_p(T_DELETE) >> !(pp(T_LEFTBRACKET) >> pp(T_RIGHTBRACKET)) in definition()
939 | ch_p(T_NEW) >> !(pp(T_LEFTBRACKET) >> pp(T_RIGHTBRACKET)) in definition()
940 | pp(T_LEFTBRACKET) >> pp(T_RIGHTBRACKET) in definition()
/third_party/boost/libs/wave/samples/waveidl/idllexer/
Didl.re47 "]" { BOOST_WAVE_RET(T_RIGHTBRACKET); }
Didl.inc222 { BOOST_WAVE_RET(T_RIGHTBRACKET); }
/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp104 { "]", boost::wave::T_RIGHTBRACKET },
/third_party/boost/boost/wave/
Dtoken_ids.hpp144 T_RIGHTBRACKET = TOKEN_FROM_ID(295, OperatorTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp245 TOKEN_DATA(T_RIGHTBRACKET, Q("]")),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp238 TOKEN_DATA(T_RIGHTBRACKET, Q("]")),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re147 "]" { BOOST_WAVE_RET(T_RIGHTBRACKET); }
Dcpp.re148 "]" { BOOST_WAVE_RET(T_RIGHTBRACKET); }
Dcpp_re.inc542 { BOOST_WAVE_RET(T_RIGHTBRACKET); }
Dstrict_cpp_re.inc541 { BOOST_WAVE_RET(T_RIGHTBRACKET); }