Home
last modified time | relevance | path

Searched refs:T_GENERATEDNEWLINE (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/wave/samples/emit_custom_line_directives/
Demit_custom_line_directives.hpp101 pending.push_back(result_type(T_GENERATEDNEWLINE, "\n", pos)); in emit_line_directive()
/third_party/boost/boost/wave/
Dtoken_ids.hpp249 T_GENERATEDNEWLINE = TOKEN_FROM_ID(394, EOLTokenType|AltTokenType), enumerator
/third_party/boost/boost/wave/util/
Dcpp_iterator.hpp555 case T_GENERATEDNEWLINE: // was generated by emit_line_directive() in operator ()()
828 pending.push_back(result_type(T_GENERATEDNEWLINE, "\n", pos)); in emit_line_directive()
/third_party/boost/libs/wave/tool/
Dtrace_macro_expansion.hpp641 pending.push_back(result_type(T_GENERATEDNEWLINE, "\n", pos));